0

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

Bhupesh
  • 2,310
  • 13
  • 33

4 Answers4

3

You can change the border style from here

enter image description here

Bhupesh
  • 2,310
  • 13
  • 33
1

You can not change UItextField height if its button style is RoundedRect. Check out https://stackoverflow.com/a/19002274/244519 for details.

Community
  • 1
  • 1
Jinto
  • 115
  • 8
0

Try changing the height constraint for the textfield :

enter image description here

Here the height is 30, you may change it to whatever you want.

Sagar D
  • 2,588
  • 1
  • 18
  • 31
0

Try to change border style from attribute inspector. as here

enter image description here

Saurabh Prajapati
  • 2,348
  • 1
  • 24
  • 42