如何让scrollView禁止惯性滑动,精准定位滑动停靠点

 在

func scrollViewWillBeginDecelerating(scrollView: UIScrollView) {

sizeView.setContentOffset(CGPointMake(CGFloat(self.sizeX), 0), animated: true)

} 这个函数中设置。

posted @ 2015-03-10 09:51  ericjuns  阅读(2377)  评论(0编辑  收藏  举报