Blog
Articles
Swift Charts Beyond the Basics: creating clear and beautiful data visualizations
"Swift Charts Beyond the Basics" is a new book by Natalia Panferova and Matthaus Woolard for developers who want to learn how to transform their app data into clear, beautiful, and interactive visualizations with the Swift Charts framework.
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.