I do not want my textView
can be selected, but can detect link and link can be touched.
textView.selectable=NO
textView.dataDetectorTypes=UIDataDetectorTypeAll
But when selectable=NO
, it can not detect link.
I do not want my textView
can be selected, but can detect link and link can be touched.
textView.selectable=NO
textView.dataDetectorTypes=UIDataDetectorTypeAll
But when selectable=NO
, it can not detect link.