Open menicor opened 7 years ago
let attributedString = NSMutableAttributedString(string: "NightNight") attributedString.setMixedAttributes( [NNForegroundColorAttributeName: MixedColor.init(normal: UIColor.green, night: UIColor.red)], range: NSRange(location: 0, length: 5) ) label.attributedText = attributedString
let attributedString = NSMutableAttributedString(string: "NightNight") attributedString.setMixedAttributes( [NNForegroundColorAttributeName: MixedColor.init(normal: UIColor.green, night: UIColor.red)], range: NSRange(location: 0, length: 5) ) label.attributedText = attributedString