Post

Replies

Boosts

Views

Activity

Reply to How can I detect key presses from Keyboard.
Do you have a UITextFieldDelegate setup? It defines the appropriate methods, e.g., textFieldDidBeginEditing(), textFieldDidEndEditing(), etc.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to UIDocumentPickerViewController works on iOS, not on Mac Catalyst??
The documentation now states that this property is ignored in Mac Catalyst (I'm not sure if that was there when I originally posted the question).
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’21
Reply to Mac Catalyst - can't override highlight color in UITextField
The solution is, when becoming first responder, to set the UITextField's selectedTextRange to nil.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’21