开发者

scrollViewDidEndScrollingAnimation

When scrollViewDidEn开发者_开发技巧dScrollingAnimation is being called and in which cases would I need to use it?


From the documentation:

Discussion The scroll view calls this method at the end of its implementations of the UIScrollView and setContentOffset:animated: and scrollRectToVisible:animated: methods, but only if animations are requested.

Use it whenever you want to know about the scroll view animation ending.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜