My iphone app has several text fields. The "Did End on Exit" event on each text field calls a single action. How can I tell which text field called the action? Can I detect this from the sender object which is passed to the action?
|
|
Sure, just set a tag (NSInteger) on each of the text fields, and then check against them on the sender object. Look for more details under the documentation for UIView's tag property. |
||
|
|
|
|
The |
||
|
