SwiftUI Responding to gestures: Dragging Learn how to implement drag gestures in SwiftUI to create fluid and intuitive draggable interface elements.
SwiftUI Responding to gestures: Magnifying Learn how to implement magnify gestures in your SwiftUI app to allow users to zoom in and out of content with intuitive pinch controls
SwiftUI Responding to gestures: Long pressing Discover how to respond to long press gestures in a SwiftUI app to create interactive elements
Swift Creating valid dates using the Swift language Learn how to convert DateComponents into a valid Date using a Calendar instance.
Swift Triggering actions after a time interval with Timers Learn how to trigger actions or emit a message after a certain period of time in the Swift language.
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