iPhone:是否可以向手机范围内的默认复制/粘贴菜单添加操作?
是否可以向显示在 UITextFields 手机范围内的默认复制/粘贴菜单按钮添加特殊操作,即在其他应用程序的文本字段中可用?
一个用例可以是字典应用程序,例如,它允许您在 iBooks 中阅读书籍时查找单词。
谢谢。
Is it possible to add a special action to default copy / paste menu buttons that shows up on UITextFields phone wide, i.e. that would be available in other applications' text fields?
One use case can be a dictionary application that will allow you to look up words while reading a book in iBooks for example.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这将违反 iOS 平台的沙箱安全结构。因此我认为这是不可能的。
应用程序添加的任何功能都仅限于该应用程序本身。
That would violate the sandbox security structure of the iOS platform. Therefore I think it's not possible.
Any functionality added by an app would be limited to that app itself.
不。您可以编写和设计自己的弹出窗口,但它不会显示在任何其他应用程序中。
No. You can write and design your own popup, but it won't show up in any other application.