本文由我司收集整编,推荐下载,如有疑问,请与我司联系如何在iOS中的文本选择编辑菜单中添加自定义操作?
如何在iOS中的文本选择编辑菜单中添加自定义操作?[英]How do I add a custom action to the text lection edit menu in iOS? I need to add a custom action to the edit menu that pops up when a ur lects some text in a UITextView in iOS. How do I do this? (Swift code is preferred).
英语小报内容
但造句 我需要在编辑菜单中添加一个自定义操作,当用户在iOS中的UITextView中选择一些文本时,该菜单会弹出。我该怎么做呢? (Swift代码是首选)。拜县
func addCustomMenu() { let printToConsole = UIMenuItem(title: “Print To Console”, action: #lector(printToConsole)) UIMenuController.shared().menuItems = [printToConsole] func printToConsole() { if let range = textView.lectedTextRange, let lectedText = (in: range) { print(lectedText) This is an example of text lection menu item that changes the text in a UITextView to red. changeToRedFunc can perform any action you want.
护理质量管理制度>小痰盂 这是文本选择菜单项的示例,它将UITextView中的文本更改为红色。changeToRedFunc可以执行您想要的任何操作。
Note: This is in Swift 3 (ask if you want it in Swift 2.3)
注意:这是在Swift 3中(询问你是否想在Swift 2.3中使用它)cad改背景颜色
Hope this helps! If you have any questions feel free to ask! :D
希望这可以帮助!如果你有任何问题随时问! :d周例会
tips:感谢大家的阅读,本文由我司收集整编。仅供参阅!
>素质教育观