Setting textView.attributedtext to an array of NSAttributedString values through UserDefaults swift – Ios swift
I'm stuck. I set up an array as follows: private var lyricArray : [NSAttributedString] = [] I have a game that has matches and misses. For each match I want the color of the text to be green and red…