Search code examples
iosiphoneparse-platformuiswipegesturerecognizer

Is it possible to use the Swipe Gesture Recognizer in a PFImageView?


As the question states, is it possible to use the Swipe Gesture Recognizer in a PFImageView?

I have a PFQueryTableViewController with a cell that segues to a PFImageView which I want to load with more than 1 image.. I do not know how to retrieve the information, could this be done?

Much help appreciated!!

Thanks!


Solution

  • A gesture recognizer can be added to any view, and PFImageView inherits from UIView (ultimately), so yes, it is possible :-)