UITextView linkTextAttributes link highlight color

Is there a way to set the highlight / background color and text color of the link when the link is clicked in UITextView

? I've tried setting NSBackgroundColorAttributeName

to linkTextAttributes

, but that doesn't do anything for the background color, clicked or not.

+3


source to share





All Articles