https://github.com/nsoojin/voicecontrolsample-ios
Creating a stateful UI with GameplayKit - Voice Control
https://github.com/nsoojin/voicecontrolsample-ios
gameplaykit gkstatemachine ios speech-recognition state-machine stateful-ui swift ui voice-control
Last synced: 11 days ago
JSON representation
Creating a stateful UI with GameplayKit - Voice Control
- Host: GitHub
- URL: https://github.com/nsoojin/voicecontrolsample-ios
- Owner: nsoojin
- License: gpl-3.0
- Created: 2020-01-04T09:16:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T11:22:08.000Z (over 5 years ago)
- Last Synced: 2025-05-08T04:46:21.758Z (11 days ago)
- Topics: gameplaykit, gkstatemachine, ios, speech-recognition, state-machine, stateful-ui, swift, ui, voice-control
- Language: Swift
- Homepage:
- Size: 11 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VoiceControlSample-iOS
Creating a stateful UI with GameplayKit - Voice Control## Installing
```
> git clone https://github.com/nsoojin/VoiceControlSample-iOS.git
> cd VoiceControlSample-iOS
> carthage update
```Then open VoiceControlSample.xcodeproj, and run!