Sunday, 25 August 2013

How to change the value of an UITextField by the given sender

How to change the value of an UITextField by the given sender

I have two UITextFields on my view and both are connected with my Method
- (IBAction)showContactPicker:(id)sender;
now I want to change the Value of the text field with the given sender.
How can I do that?
Sorry for english mistakes, I'm from Germany.

No comments:

Post a Comment