>我将一些url传递给UITextView,并使用它们进行检测
UIDataDetectorTypeLink.现在我需要改变颜色
链接(url)到一些uicolor.我不知道如何做到这一点.
UIDataDetectorTypeLink.现在我需要改变颜色
链接(url)到一些uicolor.我不知道如何做到这一点.
以下是我尝试的代码:
[textview_Url setEditable:NO]; [textview_Url setScrollEnabled:NO]; [textview_Url setDataDetectorTypes:UIDataDetectorTypeLink]; [textview_Url setText:web];
它给了蓝色,我想改变那种颜色.
>通过UIDataDetectorTypeLink,长按只需要构造
重定向到链接.但是我想要提出一些提醒
确认如果有人刚刚触及它.有没有办法做到这一点 ?