Building a QR Code Scanner App in SwiftUI
So, what’s QR code? I believe most of you know what a QR code is. In case you haven’
So, what’s QR code? I believe most of you know what a QR code is. In case you haven’
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
Other than all the new features of SwiftUI in iOS 16, Apple also announced Swift 5.7 which will come
The Charts framework is one of my favourite features for the new version of SwiftUI in iOS 16. Prior to