Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 iOS 6 商店中,屏幕截图的分页效果并不像正常的分页行为。我将如何减慢分页效果来模拟类似的东西?
我已经尝试过使用:
decelerationRate = UIScrollViewDecelerationRateFast
但这行不通。
这个属性的类型是浮点数,所以给它一些浮点值。0.3, 0.5 什么的