Question

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!

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top