Workflow
Voice Control
icon
Search documents
WWDC25: Explore Voice Control in Xcode
Apple Developer· 2025-06-10 21:00
With Swift Mode for Voice Control, I can navigate and edit my Swift code just by speaking to my Mac. Let’s use this to add a field to our landmark inspector for the landmark’s continent. “Start listening” “Swift mode” “Select labeled content” “Four” “Go to the end of the line” “New line, new line” “If let continent equals landmark dot continent “Open brace” “New line” “Labeled content paren quote continent quote comma value colon continent” “Correct quote continent” “One” “Stop listening” Notice that the co ...