Question : Get the name of the UITextView the user clicked in?

I have a view with three different UITextView's... aTextView bTextView and cTextView... When a user clicks inside of one of these, I would like to return which one they clicked, either a, b, or c.  Can this be accomplished?

Thanks!

Answer : Get the name of the UITextView the user clicked in?

Like for any other view: add a tag and then in the action methods check if (sender.tag == 1) ....
Random Solutions  
 
programming4us programming4us