Hey guys!
How can I enable or disable the editing of a text field (UITextField) in Interface Builder? I'm using SDK 4.
All talk about "User Interaction", but whatever I do the text field is not editable all the time (default setting?). How can I make that the keyboard come up?
I selected the following:
Interface Builder > Text Field Attributes > View > Interaction > "User Interaction Enabled" is checked
Interface Builder > Text Field Identity > Accessibility > "User Interaction Enabled" is checked
That doesn't work. I placed a new text field on the interface, but here is the same. Only the color of the font of the new text field is gray. What I'm doing wrong?
Thanks in advance!
|