SwiftyAttributes
SwiftyAttributes copied to clipboard
In iOS12, 13, the withTextColor does not display text immediately
Hello. 😄 I have a problem in iOS 12, 13.
It is normal for versions iOS 14 and above.
The first time I open the screen with the NSMutableAttributedString, the withTextColor() does not apply.
And i also have a problem in withAttributes([.textColor()].
When I scroll through the screen with the NSMutableAttributedString and come back, the text color will appear as I wish.
I'd like to know a solution.
any chance this all ties into the fraud over at instacart and that Wilson rating system you might want to look at that part
any chance this all ties into the fraud over at instacart and that Wilson rating system you might want to look at that part
This library is basically just syntactic sugar for NSAttributedString. An issue like the one you described is likely due to a bug within the OS or in the client.