SwiftUI Combining gestures and animations with SwiftUI Learn the first steps on how to implement gestures and animations together in a SwiftUI app.
Core Motion Using Core Motion within a SwiftUI application Understand how to use sensor data in your SwiftUI app using the Core Motion framework.
AVFoundation Synthesizing text into speech Learn how to turn a text input into spoken audio using AVFoundation in SwiftUI.
SwiftUI Using the share sheet to share content in a SwiftUI app Enable sharing content from your app using the system share sheet within a SwiftUI app
SwiftUI Responding to gestures: Tapping Discover how to respond to tap gestures and get the location of the tap in a SwiftUI app