Change color of UITextView links with a filter?

前端 未结 3 1490
你的背包
你的背包 2021-01-06 14:19

The detected links on a UITextView are always blue. There\'s no way to directly change this. But can I overlay some sort of filter which changes blue to, for instance, red?<

3条回答
  •  Happy的楠姐
    2021-01-06 15:09

    UIwebDocumentView has the missing selector. Import UIWebDocumentView.h to get it. Unfortunately this is a private API, and yourapp may get rejected by Apple :-(

提交回复
热议问题