Microsoft
Software
Hardware
Network
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
MPP microsoft project plan. How can i open a file created in ver 2010 in MPP 2003 or 2007.
How to prevent a directory from being deleted
Basic php/mysql questions
Is there a way to provide a range of values to the decode feature of SQL Query?
Convert Doc files to Docx in SharePoint
Program Can't See Mapped Drive But Explorer Can
Color of edit box
Group Policy - domain controllers
sysvol trying to replicate to non-existant Domain controllers
jquery click functions not getting attached to dynamic div elements (a href)