Possible Duplicate:
iPhone Multiple Columns in UITableView
Anyone help how to create 2 column tableview in ios?
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.
You have to create custom cell view for this task. And add this custom cell in yourTable View.
Check this link for more info Link Link 2
According to your query you just make customButton instead of images and then set image and
tagValueto that button, so whenever you will press button you can identify usingtagValue.For yourTable Row
and then manipulate this..:)