用于照片库的 UIImageViews 和相关视图控制器

发布于 2024-10-20 17:53:28 字数 111 浏览 4 评论 0 原文

我有一个 UIImageViews 列表,我想快速浏览它,就像 Facebook 的图像查看器一样。关于我应该使用带有自定义视图控制器的页面控件的控制器有什么建议吗?或者有人知道可以帮助实现此目的的开放库吗?

I have a list of UIImageViews that I'd like to flick through, much like Facebook's image viewer. Any suggestions on which controller I should use a page controll with custom view controllers or does anyone know of an open library that would help accomplish this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

隐诗 2024-10-27 17:53:28

完美的开放库是 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文