Quote:
Originally Posted by melii1983
>> Tapping the field will bring up the keyboard, but the keyboard won't dismiss
>> unless you do something. In this situation, I usually use a keyboard with
>> a return key, and have it take them to the next method. I do this by binding
>> the Did End on Exit event of the text field to an action method.
This is going to be a very stupid question, but how do I do this binding programmatically? Because UITextField is a subview of the cell, I haven't figured out a way to get this set up in IB.
-M
|
You can drag the UITextField into the NIB file and create it that way!