打开图像视图 点击封面流程
我在我的项目中使用封面流库。我的封面流由许多图像组成。我想要做的是,当我单击该图像时,另一个视图控制器应该打开。 请告诉我如何打开该图像单击的另一个视图。 任何帮助将不胜感激。
I am using cover flow library in my project.My cover flow consist of many images.What I want to do is when I click on that image another View Controller should gets open.
Please tell me how to open another view on that image click.
Any help will be highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我昨天也遇到了同样的问题。我必须改变框架中的一些东西。
在界面中添加这两个方法
在 .m 文件中添加这两个方法的实现
在使用 AFOpenFlowView 的视图控制器中设置 UITapGestureRecognizer
最后实现处理屏幕上的点击的方法
希望它能成功为您节省一些时间! ;)
I had the same problem yesterday. I had to change something in the framework.
Add these two methods in the interface
Add the implementations of these two methods inside of the .m file
Set a UITapGestureRecognizer in the view controller where you're using the AFOpenFlowView
At the end implement the method to handle the tap on the screen
Hope it's going to save you some time! ;)
请尝试其他 FlowCover 这非常容易使用...
谢谢
Please try other FlowCover this is very easy to use...
Thanks