In my case, I wanted the font to be the same size. I set the textField width limit to> = 10, and it works fine on iOS 9, 10, 11.
For iOS 11, this even works when editing text.
To do this, editing text in iOS 9 and 10, I processed another method by logging a textDidChange event.
//Swift 3 Sample //In viewDidLoad adjustableTextField.addTarget(self, action:
source share