How can I put a info button in the imageview frame reserved in uitableViewcell?
Thanks in advance!
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.
All you need to do is create the button and add it to the cell:
Edit—
As you want to use the imageView property of the cell, you are required to provide your own image and you need to set a gesture recogniser so that you know when the imageView has been tapped.