Is it possible to have more than one tag associated with a UIImageView ?
Cheers,
Martin
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The tag serves solely to identify a view within your application. It’s kind of like the
idattribute in an HTML element; it doesn’t make sense to have more than one of them attached to a single view. Use your own data structures to map tags to multiple “things” if you need to.