. . , , , attributedText.
text , , attributedText , , , . , , .
: text attributedText. , attributedText; NSMutableAttributedString, ; , ; attributedText.
, ( lab - textView , ):
let text = self.lab.attributedText
let mas = NSMutableAttributedString(attributedString:text)
mas.replaceCharactersInRange(NSMakeRange(0, count(mas.string.utf16)),
withString: "Little poltergeists make up the principle form of material manifestation")
self.lab.attributedText = mas