How to set UITextField height?

Arun picture Arun · Dec 27, 2011 · Viewed 138.6k times · Source

I am using a UITextField. I want to increase its height but I have not found any property to do this. How can I achieve this?

Answer

Brian picture Brian · Sep 25, 2013

You can not change the height of the rounded rect border style. To set the height, just choose any border style other than rounded border in Xcode:

enter image description here