Blog
All Posts
Nil Coalescing Newsletter - April 2025
It’s the end of April, and here in Central Otago, autumn is in full swing. This month has been busy with local harvest festivals, and the landscape is filled with beautiful shades of gold and red. Between enjoying the season, we've also been hard at work, and I’m excited to share what we've been up to.
Nil Coalescing Newsletter - February 2025
It’s already the end of February, which means it’s time for the second issue of this newsletter! We’ve been enjoying the last days of summer here in New Zealand, and it has been a busy month for us at Nil Coalescing. The biggest news this month is the release of my new book - "SwiftUI Fundamentals".
Nil Coalescing Newsletter - January 2025
Welcome to the very first issue of this newsletter, I’m so excited to have you on board! In this newsletter, I’ll be sharing updates from our small team at Nil Coalescing, cool projects we’ve worked on, interesting technical learnings, blog posts, and special discounts on my Swift and SwiftUI books, exclusively for newsletter subscribers.
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.