识别主屏幕上的手势

发布于 2024-12-06 11:06:28 字数 141 浏览 1 评论 0原文

我正在为 iPhone 开发一个应用程序。

我正在寻找一种方法,一旦在主屏幕上(或在所有屏幕上,如果可能的话)识别到拖动手势,即可运行一些代码。

有谁知道如何使用 Xcode 和 Objective-C 通过 iOS SDK 获得这个?

I am developing an app for iPhone.

I am looking for a way to run some code once a drag gesture is recognized on the homescreen (or on all screens if possible).

Does anyone know how to get this with the iOS SDK using Xcode and Objective-C?

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

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

发布评论

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

评论(2

半枫 2024-12-13 11:06:28

您的应用程序无法在 iOS 中的任何位置接收手势,除非在其处于活动状态时在其自身及其自己的视图内(不包括系统通知和应用程序图标)。

Your app cannot receive gestures anywhere in iOS except within itself and its own views while it's active (not counting system notifications and the app icon).

旧城空念 2024-12-13 11:06:28

我怀疑这是可能的。为此,您需要以比通常允许的级别更低的级别连接到操作系统。

恐怕 iOS 的锁定程度比 Mac OS 还要多。

I doubt this is possible. To do this, you will need to hook into the OS at a lower level than is usually allowed.

iOS is locked down much more than Mac OS, I'm afraid.

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