Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何更改内容并实现“复制、全选、定义”按钮的独特功能?
我需要更改这些按钮的文本和功能。我怎样才能做到这一点?我不知道要搜索什么。
谢谢
当我在 UITextView 上选择任何文本时显示这些按钮,并且我想更改这些按钮和功能。
UIMenuController我认为你需要什么。在 Apple 的文档中查看。您可以创建自己的菜单项并为它们实现自己的功能。
UIMenuController