I\'m having a hard time getting the UITextView to disable the selecting of the text.
UITextView
I\'ve tried:
canCancelContentTouches = YES;
I've found that calling
[textView setUserInteractionEnabled:NO];
works quite well.