Three20 TTThumbsViewController 直接全屏
如何跳过缩略图,直接进入 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一个解决方案(我自己的经验):我遵循这个 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.