Post

Replies

Boosts

Views

Activity

Reply to iOS 14.3 UITextField leak?
If anyone (else) is coming across this issue with their custom UITextInput control. The following work around will work (assuming you don't need autocorrect): var autocorrectionType: UITextAutocorrectionType { get { .no } set { fatalError() } }
Nov ’22