Iphone/ipad 通过触摸事件自定义控制

发布于 2024-11-29 11:53:16 字数 145 浏览 3 评论 0原文

我想在用户点击屏幕的特定部分时创建分段控件,就像 OliveTree 圣经软件应用程序所做的那样。

当用户点击应用程序时,它会自动在点击部分上方显示分段控件,或者像 iPhone 中的复制、选择、粘贴分段控件一样。
如何做到这一点?
提前致谢。

I want to create segmented control when the user tap the specific portion of the screen just like the OliveTree bible software application makes it.

When the user tap the verses the app, it automatically shows the segmented controls right above the tap portion or like the copy,select,paste segmented control in iphone.
How to do this?
Thanks in advance.

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

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

发布评论

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

评论(1

澉约 2024-12-06 11:53:16

您想要使用 UIMenuController 类。您可以使用UILongPressGestureRecognizer来触发此操作,并使您的类成为第一响应者并相应地设置UIMenuController

这是一个示例: UIMenuController 自定义项目

这里是苹果文档:http://developer.apple.com/library/iOS/#documentation/iPhone/Reference/UIMenuController_Class/UIMenuController.html

You want to use the UIMenuController class. You can use a UILongPressGestureRecognizer to trigger this, and make your class the first responder and setup the UIMenuController accordingly.

Here is one example: UIMenuController Custom Items

And here is apple docs: http://developer.apple.com/library/iOS/#documentation/iPhone/Reference/UIMenuController_Class/UIMenuController.html

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