csmx123's recent timeline updates
csmx123

csmx123

V2EX member #30571, joined on 2012-12-13 11:54:05 +08:00
csmx123's recent replies
以解决,删除了storyboard,用纯代码实现就没问题了。
更新:

func scrollViewWillEndDragging(scrollView: UIScrollView!, withVelocity velocity: CGPoint, targetContentOffset: UnsafePointer<CGPoint>) {

if scrollView.contentOffset.x > someValue {

targetContentOffset.memory.x = -20
scrollView.setContentOffset( CGPointMake( -20.0 , 0.0 ), animated: false )
}
}

}

实现了自动滑动,但是当animated变成true的时候自动滑动失败了
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   4168 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms · UTC 05:21 · PVG 13:21 · LAX 22:21 · JFK 01:21
♥ Do have faith in what you're doing.