0

I create one app that has UITextView in self. I want create one menu that when press and hold had this identify : select text from ... to ... - highlight - one part for show alert (when click on it show me choose sentence with alert) but I don't know how to do it? now when I press and hold gesture in UITextView show me popover menu that has : (copy - select all - define) I want remove this menu and put my menu in it.

Can I do it? please help me

4

1 に答える 1

0

長押ししたときに現在のメニューを削除するには: UITextView で長押しをインターセプトする方法は?

独自のメニューを作成するには: iPhone/iPad コンテキスト メニュー

于 2013-10-25T03:22:25.907 に答える