开发者

UIScrollView preview when scrolling

开发者 https://www.devze.com 2023-03-01 12:40 出处:网络
I use UIScrollview to scroll vertically some images(their number is 100) and when i scroll Up/Down the next/previous image appear suddenly, and i don\'t want this i want a continuous effect.开发者_运维

I use UIScrollview to scroll vertically some images(their number is 100) and when i scroll Up/Down the next/previous image appear suddenly, and i don't want this i want a continuous effect.开发者_运维百科 Can someone help to do that. Thanks.


Are your setting pagingEnabled=YES; ? Try setting 'pagingEnabled=NO;' while configuring your UIScrollView

0

精彩评论

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