简体   繁体   English

是否可以在PFImageView中使用“滑动手势识别器”?

[英]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? 正如问题所指出的,是否可以在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? 我有一个带有单元格的PFQueryTableViewController,该单元格连接到要加载1个以上图像的PFImageView。我不知道如何检索信息,可以这样做吗?

Much help appreciated!! 非常感谢帮助!

Thanks! 谢谢!

可以将手势识别器添加到任何视图,并且PFImageView最终继承自UIView,因此是的,这是可能的:-)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM