Relative Content

Tag Archive for macosappkitnstextviewtextkit2

How do I linkify text in an NSTextView using TextKit 2?

I’d like to linkify text in an NSTextView. I know about the isAutomaticLinkDetectionEnabled property, but that is only for text typed in. If I programmatically set the string or paste in text, it won’t be linkified.