Blog


WWDC23 offer
Our book "Integrating SwiftUI into UIKit apps" is now 40% off!
Discover various ways to adopt SwiftUI in existing UIKit projects and take full advantage of the new iOS 16 frameworks and APIs such as Swift Charts.
The offer is active until the 19th of June.
Recent 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.