Cocoanetics / DTCoreText

Methods to allow using HTML code with CoreText
BSD 2-Clause "Simplified" License
6.35k stars 1.18k forks source link

set attribute .underLineColor is invalid #1277

Open coderWeil opened 4 months ago

coderWeil commented 4 months ago

attr.addAttribute(.underlineColor, value: UIColor.red, range: NSMakeRange(note.startLocation!, note.endLocation! - note.startLocation!))

i set underLineColor but it does not work