Skip to content

Instantly share code, notes, and snippets.

@kaiOishi
Created October 31, 2022 02:48
self.textView.attributedText = attributedString
self.textView.font = UIFont.boldSystemFont(ofSize: 20)
self.textView.linkTextAttributes = [NSAttributedString.Key.foregroundColor: UIColor.systemBlue]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment