用于照片库的 UIImageViews 和相关视图控制器
我有一个 UIImageViews 列表,我想快速浏览它,就像 Facebook 的图像查看器一样。关于我应该使用带有自定义视图控制器的页面控件的控制器有什么建议吗?或者有人知道可以帮助实现此目的的开放库吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
完美的开放库是 Three20。它是 Facebook 应用程序本身使用的 API,定期更新且非常强大。
在它的内部,有一个 TTThumbsViewController 和一个 TTPhotoViewController ,听起来就像您将要使用的那样。
这是一个很好的教程,介绍了 TTPhotoViewController(基本上可以用 Thumbs 代替)PhotoViewController 教程 - Ray Wenderlich
The perfect open library for this is Three20. It is the API used by the Facebook app itself and is updated regularly and very robust.
Inside it, there is a TTThumbsViewController and a TTPhotoViewController that sound like what you'll be using.
Here is a good tutorial that goes over TTPhotoViewController (and Thumbs can be basically substituted instead) PhotoViewController Tutorial - Ray Wenderlich