Blog


WWDC 2025: 30% off all books!
- SwiftUI Fundamentals
The essential guide to SwiftUI core concepts and APIs
- 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
Articles
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.