Possible Duplicate:
How disable Copy, Cut, Select, Select All in UITextView
I have a UITextView
which can be edited. I have another button for "Copy", so I want to disable the built-in "Copy" and "Cut" features of the text view.
These are shown as a black mini popover when double tapping inside the text view. Is there any way to block only these two options and still let the user edit the text?