change uitextview hyperlink color
ios, uitextview
Solution
The simple answer is you cannot do it.
Here's a workaround though:
Can I change the color of auto detected links on UITextView?
Problem
I am using `UITextView` and i want to change the color of hyperlink which i use in this component. For example if `UITextView` is showing www.gmail.com then it shows up in blue color. I want to change that color.