In iOS 11 devices the text in the textField clips while typing, however after ending editing it appears properly. My textField is centre aligned to the screen
I tried adding a padding view at the beginning of textField. That did not help
This issue happens when the 'textField.borderStyle = .none', for other border styles it appears properly.
Please check the image in the link https://drive.google.com/file/d/1nsRYuAXtrWf-eK4La1SYX-0-rEKDoFxW/view?usp=sharing of text clipping issue.