With this code it tells me that 'String' is not convertible to 'NSMutableAttributedString'
var textViewString:NSMutableAttributedString = ""
How do I properly initialize this string as empty? (It needs to be empty as I iterate through a loop appending items to the string.)