标签: ios uitextview datadetectortypes
我不希望我的textView被选中,但可以检测链接和链接。
textView
textView.selectable=NO textView.dataDetectorTypes=UIDataDetectorTypeAll
但是当selectable=NO时,它无法检测链接。
selectable=NO