开发者

Uiscrollview issue help!

开发者 https://www.devze.com 2022-12-17 23:08 出处:网络
i开发者_运维问答 have an uiscrollview and i add 3 imageviews. i want to show the user the middle(second) image as the startup imageview. how is this possible?Use - (void)setContentOffset:(CGPoint)cont

i开发者_运维问答 have an uiscrollview and i add 3 imageviews. i want to show the user the middle(second) image as the startup imageview. how is this possible?


Use - (void)setContentOffset:(CGPoint)contentOffset animated:(BOOL)animated method, with contentOffset value depending on your imageview size.

0

精彩评论

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