I am creating an app that requires the use of a USB Keyboard. (The normal touch screen keyboard has been disabled and will not show up.) When the user installs the app for t
Adding a dummy view to the rightView did the trick. Thanks for the input.
textField.rightView = UIView(frame: CGRect(x: 0, y: 0, width: 0, height: 0))