FRHyperLabel
FRHyperLabel copied to clipboard
Change color on handle action text
If I want to change color on text handle. What should I do?
Did you find a solution to this problem?
Yes, I found solutions here it is.
self.lblLink.linkAttributeDefault = @{NSForegroundColorAttributeName: UIColor.blackColor};
same you can do for linkAttributeHighlight
But, do this before you set link for your label. Note: code is in objective-c