From the course: iOS Development: Siri Shortcuts

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Implementing invoice user interface

Implementing invoice user interface - iOS Tutorial

From the course: iOS Development: Siri Shortcuts

Start my 1-month free trial

Implementing invoice user interface

- [Instructor] In this video, you are going to get started by creating your own custom inline Siri Shortcuts interface using intents. Currently, if you look at the Spotlight search, you can see all of your donations for your Hot Coffee app. If you click on any of these donation, it displays this white or blank screen with nothing on it. This is your user interface for your Inline ordering app, which currently doesn't display anything. So let's see how we can accommodate that and display some sort of a user interface so that a user will have an idea of what kind of coffee they are ordering, what kind of images associated with that coffee, the size of the cup that they're ordering, as well as a total cost of that coffee. Let's go to the Hot Coffee Intents UI project. This project also contains main storyboard which currently only has the Intent View Controller, and you can see it's blank. You can use this storyboard to add the…

Contents