Hello everyone!
I noticed that the UISearchBar
on visionOS automatically supports the Look-To-Dictate function. However, for a regular UITextView
, I couldn't find the corresponding API. How can I make a UITextView
support the Look-To-Dictate function? This is a great system feature.
(I noticed there is a protocol called UILookToDictateCapable
but no idea how to use it.)