简体   繁体   中英

Three20 TTThumbsViewController Straight to FullScreen

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

  • 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM