In this video, Mohammad Azam explains how to implement the confirm order user interface. The confirm order interface is displayed after the user has placed the order.
- [Man] Our invoice view is responsible … for displaying invoice to the user. … But what about the confirmation view? … We can add a separate view that will display … the confirmation of the user's order. … I have already created a small confirmation view, … so I can add it to this project. … But once again, creating your own confirmation view … with custom UI, you can do anything you want. … You can see that our confirmation view is pretty simple. … It only consists of one image view, and that's it. … Let's go ahead and create the associated class … for the confirmation view. … Going to add a new Swift File, … and we will simply call it ConfirmView. … The confirmation view will consist … of simply one particular image view. … First of all we will import UIKit, … and we will create a class called ConfirmView, … which will inherit from UIView. … Next, we are going to go ahead and create an IBOutlet, … which will be be weak var coffeeImageView, … which is of type UI ImageView. … And finally we can go ahead into our storyboard …
Author
Released
10/11/2019- Creating shortcuts using the Shortcuts app
- Implementing shortcuts using NSUserActivity
- Adding an Intent Definition file
- Donating intents
- Developing a custom user interface for Siri Shortcuts
- Returning custom responses
Skill Level Intermediate
Duration
Views
Related Courses
-
Blockchain Programming in iOS Using Swift
with Mohammad Azam2h 15m Intermediate -
Building iOS Apps with CloudKit
with Doron Katz2h 6m Intermediate -
iOS Development: Security
with Károly Nyisztor2h 6m Intermediate -
iOS Development: Architecture
with Károly Nyisztor2h Intermediate
-
Introduction
-
1. Understanding Siri Shortcuts
-
What are Siri Shortcuts?1m 11s
-
-
2. Implementing Coffee App Shortcuts Using NSUserActivity
-
Adding voice shortcut1m 53s
-
3. Implementing Coffee App Using Intents
-
Donating the intent6m 29s
-
Using CoffeeOrderDataManager3m 49s
-
4. Developing a Custom User Interface for Siri Shortcuts
-
Displaying invoice view8m 7s
-
Displaying confirmation view3m 25s
-
5. Custom Responses
-
Returning custom responses2m 20s
-
Deleting an order4m 31s
-
Deleting donations4m 6s
-
Conclusion
-
Next steps1m 30s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Implementing confirm order interface