I have an NSAttributedString generated from HTML which includes some links. The attributed string is shown in a UITextView. I wish to apply a different font style f
NSAttributedString
Updated for Swift 4:
let originalText = NSMutableAttributedString(attributedString: textView.attributedText) var newString = NSMutableAttributedString(attributedString: textView.attributedText) originalText.enumerateAttributes(in: NSRange(0..