I am not able to change the height of UITextField
statically in xCode 6. If I try it in new project than also I am getting same problem. It seems that it is fixed for all.
Thanks in advance
I am not able to change the height of UITextField
statically in xCode 6. If I try it in new project than also I am getting same problem. It seems that it is fixed for all.
Thanks in advance
You can not change UItextField height if its button style is RoundedRect. Check out https://stackoverflow.com/a/19002274/244519 for details.
Try changing the height constraint for the textfield :
Here the height is 30, you may change it to whatever you want.