I used UITextView in that copy ,cut,select ,select All functionality shows by default when i touches continuously.but in my project the text view property is only read Only.I not require this functionality. Please tell me how to disable this function.
|
|
|
|
|
|
|
The easiest way is to create a subclass of
Also see UIResponder |
||
|
|
|
|
hi buddies, i have done it.on my UITextView i have disabled cut,copy,select etc option very easily. what i have done ,i just placed a UIView at the same place where i had placed the UITextView,but on self.view. and added a touchDelegate method as follows:
and it worked for me.thank you. |
||
|
|
|
|
This is the easiest way to disable the entire Select/Copy/Paste Menu in a UITextView
|
||
|
|
