Three20 照片滚动替代品?

发布于 2024-09-04 08:46:57 字数 263 浏览 8 评论 0原文

我想在我的 iPhone 应用程序中添加一个视图,用户可以在其中滚动(分页)一系列 Web 加载的图像。

我读过很多帖子,其中大多数最终都建议使用 Three20 库。 我已经尝试过了,看起来集成起来很复杂,而且体积很大(1.2Mb 添加到我的应用程序中)。 另外,我只需要 TTPhotoViewContoller 类,但我必须与整个 Three20 包集成。

有没有更轻的解决方案或组件可以在 iPhone 上实现图像滚动?

提前致谢。

贡索

I wan to add a view in my iPhone app where the user can scroll (paged) through a series of web loaded images.

I've been reading many threads and most of them end up suggesting the Three20 lib.
I've tried that and looks complicated to integrate and quite heavy in size (1.2Mb added to my app).
Additionally I only need the TTPhotoViewContoller class, but I have to integrate with the whole Three20 bundle.

Is there a lighter solution or component to do a image scroller on iPhone?

Thanks in advance.

Gonso

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

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

发布评论

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

评论(2

面如桃花 2024-09-11 08:46:57

看看 enormego 的 PhotoViewer,听起来应该符合要求:

“Photo Viewer 是 Facebook Three20 库中的照片查看器,被撕掉了,并摆脱了对 Three20 的依赖。我们删除了大部分批量代码,它是与 Three20 的 4.7MB 相比,它的重量只有 800KB,这对于一个简单的照片查看器来说是一个很大的数字。”

http://github.com/enormego/PhotoViewer

Have a look at enormego's PhotoViewer,sounds like it should fit the bill:

"Photo Viewer is the photo viewer from Facebook’s three20 library, torn out, and freed of it’s dependency on three20. We’ve removed most of the bulk code, and it’s weighing in at a lean 800KB vs. three20’s 4.7MB, which is an awful lot for a simple photo viewer."

http://github.com/enormego/PhotoViewer

家住魔仙堡 2024-09-11 08:46:57

您可能想看一下 MWPhotoBrowser

MWPhotoBrowser 可以通过提供 UIImage 对象来显示一张或多张图像,或文件、Web 图像或库资源的 URL。照片浏览器可以无缝地处理来自网络的照片下载和缓存。可以缩放和平移照片,并且可以显示可选(可自定义)的标题。浏览器还可用于允许用户使用网格或主图像视图选择一张或多张照片。

MWPhotoBrowser 截图

You might want to take a look at MWPhotoBrowser:

MWPhotoBrowser can display one or more images by providing either UIImage objects, or URLs to files, web images or library assets. The photo browser handles the downloading and caching of photos from the web seamlessly. Photos can be zoomed and panned, and optional (customisable) captions can be displayed. The browser can also be used to allow the user to select one or more photos using either the grid or main image view.

MWPhotoBrowser Screenshots

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