In my app there is a table view and it have some image view in it .Actually 4 image view in a row.Is there any touch event for the table view so that i am able to select any image view inside the table view and then do some functionalities with it.Please help.Any help will be appreciated.
Thanks,
Christy
You can apply a gesturerecognizer to each of the subviews. Once a gesture of that certain recognizer was detected (tab, swipe, pinch, pan, swipe, rotation, longtab or custom (by subclassing)), a targets selector will be called.