HealthKit Tracking workouts with HealthKit in iOS apps Learn how to track workouts using HealthKit in a SwiftUI app.
Language Discovery Making Apps More Personal with Language Discovery Learn how to utilize Language Discovery to create experiences that reflect the languages and cultural elements of your users.
SwiftUI Integrating Device Camera in SwiftUI Apps Learn how to bridge UIKit and AVFoundation with SwiftUI to integrate camera functionality.
SwiftUI Image caching in SwiftUI Learn how to cache images in memory when working with a SwiftUI app.
Swift Data Performing search with SwiftData in a SwiftUI app Learn how to combine SwiftData queries with the seachable modifier on SwiftUI.
SwiftUI Implementing draw animations for SF Symbols in SwiftUI Learn how to apply the new draw animations of SF Symbols 7 in a SwiftUI app.
SwiftUI Implementing drag and drop with the SwiftUI modifiers Learn how to implement drag and drop features within your SwiftUI apps.
SwiftUI Creating custom layouts with SwiftUI Understand how to create custom layouts with the Layout protocol in SwiftUI.
SwiftUI Lazy-loading views with LazyVStack in SwiftUI Understand lazy loading to load views only when they appear in a SwiftUI app.