开发者

What is the best way to thumb through photos on the iPad?

开发者 https://www.devze.com 2023-01-01 23:16 出处:网络
I and a user to be able to thumb though photos on their iPad, how would I go abou开发者_如何学Ct doing this via x-code, objective-C or the UI Builder?Put your photos side by side on a very large UIVie

I and a user to be able to thumb though photos on their iPad, how would I go abou开发者_如何学Ct doing this via x-code, objective-C or the UI Builder?


Put your photos side by side on a very large UIView (much larger than the screen).

Make this view a subview of a UIScrollView. Users can swipe from photo to photo using the scrollview.

For bonus points, put each photo in its own scrollview and all of them in a bigger scrollview to allow swiping and pinching.

0

精彩评论

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

关注公众号