How can we use Assets Catalog Colors Sets
I usually use custom UIColors on iOS using extensions with Swift but now with iOS11/XCode9 we can create Colors Sets. How can we use them? Update - Tip As @Cœur says we can drag&drop de color, and use it like a UIColor object and a possible solution could be use it as a extension: Or as a constant: Now I wanna know if we can access them like an UIImage access to an Asset Image or not, like: UIImage(named: "image-name") -> UIColor(named: "color-name") user2421361 UIColor(named: "myColor") Source: WWDC 2017 Session 237 —— What's New in MapKit Caveat: Your project's Deployment Target needs to be