UIAccelerometer 和 UIScrollView
我想根据 UIAccelerometer 值滚动滚动视图。实现这一目标的最佳方法是什么?
我的主要问题是,使用加速度计值,我无法设置内容偏移。因为滚动视图本身使用特定的速度滚动,并且当我尝试使用加速度计值滚动时会发生抽搐。
I want to scroll a scrollview based on the UIAccelerometer values. What is the best way to accomplish this?
My main problem is that using the accelerometer values, I cannot set a content offset. Because the scrollview itself scrolls using a particular velocity and there are jerks happening when I try to scroll using accelerometer values.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
Try this: