SwiftyAttributes icon indicating copy to clipboard operation
SwiftyAttributes copied to clipboard

In iOS12, 13, the withTextColor does not display text immediately

Open jaeeunlee322 opened this issue 3 years ago • 2 comments

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.

jaeeunlee322 avatar Mar 29 '22 09:03 jaeeunlee322

image any chance this all ties into the fraud over at instacart and that Wilson rating system you might want to look at that part

metatron1973 avatar Jun 26 '22 20:06 metatron1973

image any chance this all ties into the fraud over at instacart and that Wilson rating system you might want to look at that part

metatron1973 avatar Jun 26 '22 20:06 metatron1973

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.

eddiekaiger avatar Mar 16 '23 16:03 eddiekaiger