sirachlotz

Results 1 comments of sirachlotz

Possible workaround: `textStorage.invalidateAttributes(in: NSMakeRange(0, textStorage.length))` where textStorage is your CodeAttributedString. You can obviously change the range for increased performance. Hope that helps!