I have a table view and have 5 rows in it.In each row i have 4 imageView on which images are shown .Now i want to select an image from the first row.How can i do it.Please help
Thanks,
Christy
I have a table view and have 5 rows in it.In each row i
Share
I would create UIButtons with the images as subviews.
And with the button you call your actions.
Something like this:
// Initialize your subviews for the cell and Tag them
//…
// …
.
.
.