标签: iphone ios ipad
我正在尝试使用UIMenuController执行操作时获取所选文本。如何获取所选文本?我目前正在使用UIWebView,但如果有的话,我想要一个通用的解决方案。
答案 0 :(得分:4)
您应该能够从UIPasteboard获取数据。对于文本,它应该类似于[UIPasteboard generalPasteboard].string。
UIPasteboard
[UIPasteboard generalPasteboard].string