I\'m having a hard time getting the UITextView to disable the selecting of the text.
UITextView
I\'ve tried:
canCancelContentTouches = YES;
UITextView's selectable property:
This property controls the ability of the user to select content and interact with URLs and text attachments. The default value is YES.