Using the new location button to access your user’s GPS location
Using the new location button, you don’t have to explicitly ask for permission to get a user’s location once.
Using the new location button, you don’t have to explicitly ask for permission to get a user’s location once.
This year, SwiftUI’s List view has received a number of quite significant upgrades that makes it much easier to customize. Let’s take a first look at what some of those new features are.
Here are a few examples on how to use SwiftUI’s new AsyncImage view to render remote images that were downloaded over the network.
Gui Rambo takes a first look at how to build document-based Mac apps using SwiftUI from top to bottom.
Let’s take a first look at the framework that enables the new home screen widgets to be created, WidgetKit, and how to get started building a simple first version of a widget that displays dynamic content.
Indie iOS developer Ish ShaBazz joins John and Rambo to discuss some of the major new changes to Apple’s UI frameworks.
A quick first look at SwiftUI’s new StateObject API, and how it compares to ObservableObject.
Let’s take a look at a few examples of UIKit views that now have SwiftUI-native counterparts, and how those new view types could be used. Also, a first look at SwiftUI’s new lazy grids and how they offer UICollectionView-like functionality.
How Xcode 12 enables SwiftUI-only apps to customize their launch screen without using a storyboard, by instead using Info.plist settings.
Starting this year, entire apps can now be defined directly using SwiftUI from top to bottom. Let’s take a first look at how that works for iOS apps.