https://github.com/insidegui/milkshakr
A sample app used in many of my apps and workshops.
https://github.com/insidegui/milkshakr
Last synced: 9 months ago
JSON representation
A sample app used in many of my apps and workshops.
- Host: GitHub
- URL: https://github.com/insidegui/milkshakr
- Owner: insidegui
- License: bsd-2-clause
- Created: 2018-06-10T20:59:54.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2020-11-12T19:38:57.000Z (over 5 years ago)
- Last Synced: 2025-06-30T23:56:37.597Z (9 months ago)
- Language: Swift
- Homepage:
- Size: 10.7 MB
- Stars: 149
- Watchers: 4
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Milkshakr
### A sample implementation of `NSUserActivity`, custom intent and extensions for Siri shortcuts
This project is the demo for my talk on Siri shortcuts. It implements a simple milkshake-ordering app that allows you to add a Siri shortcut for a previous order.
The app also implements intents and intents UI extensions so you can finish a purchase using Siri without having to launch the app.

### Notes and known issues:
- There are some layout issues on iOS devices other than iPhone X
### References:
- [Introduction to Siri Shortcuts](https://developer.apple.com/wwdc18/211)
- [Building for Voice with Siri Shortcuts](https://developer.apple.com/wwdc18/214)
I recommend watching those sessions using the [WWDC app for macOS](https://github.com/insidegui/WWDC).