
Working with the new NavigationStack in SwiftUI
In iOS development, navigation view is definitely one of the most commonly used components. When SwiftUI was first released, it
Dive into SwiftUI, Apple's revolutionary UI framework for building beautiful and intuitive user interfaces across iOS, macOS, watchOS, and tvOS. Our tutorials cover the essentials of SwiftUI, enabling you to create stunning apps with declarative syntax, reactive UI updates, and seamless integration with Swift. Learn to unlock the power of SwiftUI's rich set of views, modifiers, and controls to design elegant and engaging user experiences.
In iOS development, navigation view is definitely one of the most commonly used components. When SwiftUI was first released, it
Starting from iOS 16, SwiftUI provides AnyLayout and the Layout protocol for developers to create customized and complex layouts. AnyLayout
As you know, Apple released Xcode 14 and iOS 16, along with the debut of iPhone 14. Now our Mastering
In iOS 16, SwiftUI introduces a new view called Gauge for displaying progress. You can actually use it to show
In iOS 16, other than introducing the new NavigationStack, Apple also released a new view container named NavigationSplitView for developers
Prior to iOS 16, if you need to display a photo picker for users to choose photos from Photo library,
Earlier, we showed you how to use ImageRenderer to capture a SwiftUI view and save it as an image. This
ImageRenderer is another new API for SwiftUI that comes with iOS 16. It allows you to easily convert any SwiftUI
In iOS 16, SwiftUI comes with a new view called ShareLink. When users tap on the share link, it presents
The Charts framework is one of my favourite features for the new version of SwiftUI in iOS 16. Prior to
Last year, iOS 15 came with a very useful feature known as Live Text. You may have heard of the
In iOS 15, Apple unveiled the UISheetPresentationController class for displaying an expandable bottom sheet in iOS apps. At the time,