开发者

UIImageViews and related view controllers for photo gallery

开发者 https://www.devze.com 2023-02-15 03:55 出处:网络
I have a list of UIImageViews that I\'d like to flick through, much like Facebook\'s image viewer. Any suggestions on which controller I should use a page controll with custom view controllers or does

I have a list of UIImageViews that I'd like to flick through, much like Facebook's image viewer. Any suggestions on which controller I should use a page controll with custom view controllers or does anyone know of an open library that would help accomplish this开发者_C百科?


The perfect open library for this is Three20. It is the API used by the Facebook app itself and is updated regularly and very robust.

Inside it, there is a TTThumbsViewController and a TTPhotoViewController that sound like what you'll be using.

Here is a good tutorial that goes over TTPhotoViewController (and Thumbs can be basically substituted instead) PhotoViewController Tutorial - Ray Wenderlich

0

精彩评论

暂无评论...
验证码 换一张
取 消