Difference between two UIScrollView delegates
Posted
by Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2010-06-13T09:02:09Z
Indexed on
2010/06/13
9:12 UTC
Read the original article
Hit count: 169
iphone
|cocoa-touch
scrollViewDidEndScrollingAnimation
and scrollViewDidEndDecelerating
Looks like the last one is called when the bouncing effect is finished. But can't really understand what's the difference between first because they are called same time(well, decelerating called first).
© Stack Overflow or respective owner