使用手势在两部 iPhone 之间传输图像

发布于 2024-08-23 08:05:23 字数 200 浏览 8 评论 0原文

我想知道是否可以使用一部 iPhone 上的手势在两部不同的 iPhone 之间传输数据?例如,在 iPhone A 上轻拂图像,它就会显示在 iPhone B 上。

我意识到这需要两台 iPhone 之间有某种通信通道(可能是蓝牙?)。假设这样的沟通渠道已经建立了,可能吗?如果可能的话,我正在向社区寻求关于如何实现这一目标的想法。

谢谢! - 阿泽姆

I'm wondering if it would be possible at all to transfer data between two different iphones using gestures on one iphone? For instance, flick an image on iphone A and it would show up on iphone B.

I realize this would require some sort of communication channel between the two iphones (may be bluetooth?). Assuming such a communication channel has been established, is it possible? I'm looking for ideas from the community on how this can be accomplished if it is possible.

Thanks! - Azeem

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

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

发布评论

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

评论(2

旧城烟雨 2024-08-30 08:05:23

查看Bump API。当然,这个手势会将两个设备撞在一起,但它看起来很容易实现。

Take a look at the Bump API. Sure the gesture would be knocking the two devices together, but it looks really easy to implement.

雨的味道风的声音 2024-08-30 08:05:23

当然,只需打开设备之间的连接( GameKit 可以提供点对点连接)。创建一个发送内容的方法,然后在检测到要使用的手势时调用该方法。

显然,您需要拥有显示您想要发送的内容的视图,但您可以轻松检测到用户在您的某个视图中发起了触摸,以便确定实际发送哪些内容。

Sure, just open a connection between the devices (GameKit could provide the peer-to-peer connectivity). Create a method that sends content, then call that method when you detect the gesture that you'd like to use.

You'll obviously need to have views that display the content that you'd like to send, but you can easily detect that a user has initiated a touch within one of your views in order to determine which content to actually send.

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