Blog
Black Friday 2024: 30% off all books!
- Swift Gems
100+ tips to take your Swift code to the next level
- Integrating SwiftUI into UIKit Apps
A detailed guide on gradually adopting SwiftUI in UIKit projects
18 November - 3 December
All Posts
Access colors and images from asset catalog via static properties in Xcode 15
Xcode 15 automatically generates static properties on ColorResource and ImageResource types for colors and images that we store in asset catalog. This lets us access them in SwiftUI, UIKit or AppKit code without using string literals.