An open API service indexing awesome lists of open source software.

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.

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.

![](./Screenshots/SideBySide.png)

### 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).