views:

532

answers:

1

Hi friends,

i created a UITextField of type rounded textfield, using Interface Builder,so in order to set the Height of a textfield its window was disabled(not to set any height manually) in SizeInspector.so if we want to set height manually,what procedure should we follow.

One thing i would like to mention is ,we can do that in coding part,but what i would like to know is ,how can we acheive that in interfacebuilder.

Answers from you were always appreciated.

+1  A: 

Unfortunately you can't set the Height of a UITextField using Interface Builder. You will have to set it programatically and be sure it doesn't break any rules from iPhone Human Interface Guidelines

Alexandre L Telles
Actually, you can set the height for any UITextField that doesn't have the `UITextBorderStyleRoundedRect` style. If you change it you can resize in IB.
zekel