1

我有一个 UITextView(不可编辑)。当用户尝试选择文本时,我想隐藏 Select | 选择全部菜单。

有没有一种方法可以使用全局通知 UIMenuControllerWillShowMenuNotification 隐藏,或者有没有其他方法可以隐藏和选择 | 全选菜单?

非常感谢

4

2 回答 2

1

Did you try overriding (BOOL)canPerformAction:(SEL)action withSender:(id)sender of UIResponder? That controls what menu options are shown in the menu.

于 2010-02-19T17:43:13.737 回答
0

我会简单地设计 aUILabel以看起来你想要的方式。

如果用户不能编辑文本视图,为什么要使用它而不是标签?

于 2009-12-11T15:03:20.403 回答