Unknown Region

プログラムでハマったエラーとその解決方法についての備忘録メモ

2018-06-04から1日間の記事一覧

【Swift4】UILabelにおいて、色を付けたAttributedTextの設定後にUILabel.textColorをするとUILabel.textColorが優先される

ハマったのでメモ。 let text: String = "hogehoge" let attributedText: NSMutableAttributedString = NSMutableAttributedString(string: text) attributedText.addAttribute(.foregroundColor, value: UIColor.red, range: NSMakeRange(0, text.count)) l…

連絡先: plugout777★yahoo.co.jp (クローラー対策のため★を@に変更してください)