In the Appstore screen shots section, just wondering how would someone implement the way Apple automatically scrolls down right at the screen shot edges when a user starts paging the screenshots horizontally?
Did they use animation? How would you do it?
Thanks!
They probably use the UIScrollView method:
or the UIScrollView method:
When the horizontal scroll view’s delegate method
gets called, figure out the rect or point you want, and then do:
or