Julien Sagot

Results 1 comments of Julien Sagot

Hi, my company is also interested in this feature, here is a template that you can use: ```swift var colorName: UIColor { guard #available(iOS 13, *) else { return LIGHT_COLOR...