UIScrollView 包含超过 100 张图像

发布于 2024-09-05 05:03:55 字数 244 浏览 9 评论 0原文

我在 iPhone 上实现了一个 UIScrollView,其中包含 100 个图像槽,当用户滚动时,我只填充当前可见的页面、前面的页面和后面的页面。

一切正常,直到我们到达图像 97 或 98,整个视图消失了!此时我唯一能做的就是导航回之前的视图。

此后的滚动视图没有任何效果。我没有收到任何内存警告,应用程序的其余部分功能正常。有什么想法吗?有人用分页模式创建过超过 100 个页面的 UIScrollView 吗?

瑞克

I have implemented a UIScrollView on the iPhone that contains 100 image slots which I fill only the currently visible page, the one before it, and the one after it as the user scrolls.

Everything works fine until we get up to image 97 or 98, the entire view disappears! The only thing I can do at that point is navigate back to the previous view.

Nothing works as far as the scroll view after this. I am not receiving any memory warnings an the rest of the app functions fine. Any ideas? Has anyone created a UIScrollView in paging mode with over 100 pages?

Rick

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

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

发布评论

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

评论(1

二智少女 2024-09-12 05:03:55

您可能想考虑使用 Three20 库。

http://third20.info/(开源和商业友好许可证)

它有一个“图像容器”,可能节省您重新发明轮子的时间。

you might want to look into using the Three20 library.

http://three20.info/ (open source and commercial friendly license)

It has an 'image container', might save you some time on re-inventing the wheel.

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