UIScrollView滚动速度
有什么方法可以降低 UIScrollView 中的滚动速度,我尝试使用 scrollRectToVisible:animated:NO
来完成此操作(通过将动画设置为 NO),但似乎这不是正确的方法。
Is there any way to reduce the speed of scrolling in the UIScrollView, I tried to use scrollRectToVisible: animated: NO
to accomplish this (by setting the animation to NO) but seems it's not the right way.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以使用一个简单的 uiview 动画来做到这一点..
这是我知道的唯一方法。
ios 4 方式(这不适用于仍在运行 3.x 的 iPhone):
You can use a simple uiview animation to do that..
that's the only way I am aware of.
ios 4 way (this will not work on iphones still running 3.x) :
我知道这并不完全是您所要求的,但它可能会帮助您使用
UIScrollView
属性设置减速度I know this is not exactly what you asked for but it may help you to set deceleration rate with
UIScrollView
property