iPad 手势与 UITableView

发布于 2024-11-04 21:14:22 字数 171 浏览 3 评论 0原文

我正在使用 UITableView 在 iPad 应用程序中显示产品列表。我想让这个列表上下滚动,不仅通过滑动手指,还可以垂直向下(向下滚动一点)或向上(向上滚动一点)轻拂iPad。我不知道这个 iPad 手势叫什么以及如何用 UITableView 实现它。有人可以解释一下或为我提供一些代码/教程吗?

谢谢。

I am using a UITableView to display a list of products in an iPad app. I would like to make this list scroll up and down, not only by swiping the finger, but also buy flicking the iPad vertically downwards (to scroll down a bit) or upwards (to scroll up a bit). I don't know what this iPad gesture is called and how to implement it with a UITableView. Can someone please explain or provide me with some code/tutorial?

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

作业与我同在 2024-11-11 21:14:22

为此,您需要使用加速计(这不是手势,而是用手指在屏幕上移动的手势)。

查看 UIAccelerometer 文档,您会发现一些关于您想要执行的操作的很好的示例:

http://developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/ MotionEvents/MotionEvents.html#//apple_ref/doc/uid/TP40009541-CH4-SW5

希望这有帮助,
维森特

You need to use the accelerometer for that (it's not a gesture, a gesture in a movement on the screen with fingers).

Have a look at the UIAccelerometer doc, you will find some nice example for what you're trying to do :

http://developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/MotionEvents/MotionEvents.html#//apple_ref/doc/uid/TP40009541-CH4-SW5

Hope this helps,
Vicent

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文