UITextField start text from top when height is increased
textField.contentVerticalAlignment = UIControlContentVerticalAlignment.top
The above code has worked for me. I am using Xcode 9. Hope it works for you !
you can use this...
textField.contentVerticalAlignment = UIControlContentVerticalAlignmentTop;