首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

scrollViewDidScroll 跟scrollViewDidEndScrollingAnimation的区别

2012-07-23 
scrollViewDidScroll 和scrollViewDidEndScrollingAnimation的区别UIScrollViewDelegate has got two dele

scrollViewDidScroll 和scrollViewDidEndScrollingAnimation的区别
   UIScrollViewDelegate has got two delegate methods scrollViewDidScroll: and scrollViewDidEndScrollingAnimation: but neither of these tell you when scrolling has completed.
   scrollViewDidScroll only notifies you that the scroll view did scroll not that it has finished scrolling.
  scrollViewDidEndScrollingAnimation only seems to fire if you programmatically move the scroll view not if the user scrolls.

热点排行