开发者

Advice on iPhone Horizental UIScrollView

开发者 https://www.devze.com 2023-01-17 06:56 出处:网络
I\'m trying to create a UIScrollView (horizental) where the user can swipe through images left and right as seen in this photo (http://i.stack.imgur.com/GvtOr.jpg), where tapping on a photo would trig

I'm trying to create a UIScrollView (horizental) where the user can swipe through images left and right as seen in this photo (http://i.stack.imgur.com/GvtOr.jpg), where tapping on a photo would trigger an event.

I just need general advice on how to structure thi开发者_运维问答s programmatically, would really appreciate it.


use

[Scroller setContentSize:CGSizeMake(Scroller.frame.size.width*4,Scroller.frame.size.height)];
0

精彩评论

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