1
在我的應用程序中,我需要在UITextview(可編輯)中選擇一些文本,但我不想顯示UIMenuController彈出窗口。如何隱藏iOS中的UIMenuController 5
在以前的iOS,我重寫
(BOOL)canPerformAction:(SEL)action withSender:(id)sender
UIResponder的
,並設置返回值NO。 但是在使用IOS 5 GM之後,UIMenuController popover仍然沒有隱藏。 我試圖設置返回值爲YES,但它仍然是一樣的。任何人都可以告訴我如何在iOS5中隱藏它?
謝謝 問候,
Risma