Is there a way to disable iOS Keyboard text replacement in UITextView via swift code?
(Settings > General > Keyboards > Text Replacement)
Note: textView.autocorrectionType = .no
doesn't affect text replacement
Is there a way to disable iOS Keyboard text replacement in UITextView via swift code?
(Settings > General > Keyboards > Text Replacement)
Note: textView.autocorrectionType = .no
doesn't affect text replacement