I\'m having a hard time getting the UITextView to disable the selecting of the text.
UITextView
I\'ve tried:
canCancelContentTouches = YES;
For swift, there is a property called "isSelectable" and its by default assign to true
you can use it as follow:
textView.isSelectable = false