Browsing: iOS Development
SwiftUI’s layout primitives generally don’t provide relative sizing options, e.g. “make this view 50 % of the width of its container”.…
Have you ever wondered how to make your app’s features accessible from the built-in Shortcuts app on iOS? That’s what…
Swift 6 appeared at WWDC 2024, and all of us rushed to migrate all our apps to it … well,…
Published on: September 24, 2025Starting with Xcode 26, there’s a new way to observe properties of your @Observable models. In…
If you are designing your iOS app with SwiftUI, it’s essential to understand the basic concepts of Stacks, particularly HStack,…
Learn how to set a custom working directory in Xcode to solve one of the most common beginner issue when…
Today we’re very happy to announce that our book Thinking in SwiftUI is updated for iOS 17, and available in…
I have one more thing to say on the relative sizing view modifier from my previous post, Working with percentages…
The era of having to copy-paste code from an AI chat tab into your code editor has come to an…
Live Activities, first introduced in iOS 16, are one of Apple’s most exciting updates for creating apps that feel more connected…
