I have increased the height of UITextField
. The problem is that although height is increased, the text still starts from center of textFeild. But I want text to appear from top of UITextField
.
you can use this...
textField.contentVerticalAlignment = UIControlContentVerticalAlignmentTop;
textField.contentVerticalAlignment = UIControlContentVerticalAlignment.top
The above code has worked for me. I am using Xcode 9. Hope it works for you !
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With