Three20 TTThumbsViewController 直接全屏

发布于 2024-10-18 01:57:54 字数 53 浏览 5 评论 0原文

如何跳过缩略图,直接进入 Three20 Framework 中包含的图像查看器的全屏模式。

how can I skip the thumbnail images, and go straight to the Fullscreen mode of the Image viewer included within the Three20 Framework.

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

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

发布评论

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

评论(1

胡渣熟男 2024-10-25 01:57:54
  • 一个解决方案(我自己的经验):我遵循这个 Three20 教程并设置一个全屏图像查看器控制器。然后我简单地展示了控制器。它完美地显示了全屏查看器。但是,如果用户单击导航栏(右侧按钮)上的“查看全部”按钮,则可以访问缩略图视图,对于我的应用程序来说,这不是一个坏主意。如果您想要完全摆脱这样的缩略图视图,请查看 third20 的源代码 并覆盖生成缩略图视图的部分就可以了。

  • 替代方案:将 Three20 踢出您的项目,尝试这个简单但功能强大的独立全屏图像查看器 来自 enormego。

  • One solution (my own experience): I followed this Three20 tutorial and set up a full screen image viewer controller. Then I simply presented the controller modally. It shows the full screen viewer perfectly. However, the user would be able to access the thumbnail view if they click the "see all" button on the nav bar(right button), which, as for my app, isn't a bad idea. If what you want is get rid of such a thumbnail view completely, take a look at three20's source code and override the part that generates the thumbnail view and you'll be fine.

  • An alternative: Kick Three20 out of your project and try this simple yet powerful stand-alone full screen image viewer from enormego.

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