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.

Setting up intents/intents UI project

Setting up intents/intents UI project - iOS Tutorial

From the course: iOS Development: Siri Shortcuts

Start my 1-month free trial

Setting up intents/intents UI project

- [Instructor] In this video, we'll be setting up the intents and intents UI project for our application, which will allow us to place our orders using inline user interface. In order to do that, go ahead and click on the Editor and add a new target. In the target, go ahead and search for intents. You will have multiple choices. We're going to select Intents Extension, click Next, put the name of the product, we're simply going to say HotCoffeeIntents, and also make sure that the Include UI Extension check mark is checked. Go ahead and say Finish and activate the schemes for both of the projects that will be added to your solution. Now you can see that you have different projects added, HotCoffeeIntents as well as HotCoffeeIntentsUI. HotCoffeeIntentsUI will be used to create a custom user interface for your inline Siri Shortcut Intents, and the HotCoffeeIntents is a handler that handles your intents. Let's go ahead…

Contents