👉

Did you like how we did? Rate your experience!

Rated 4.5 out of 5 stars by our customers 561

Award-winning PDF software

review-platform review-platform review-platform review-platform review-platform

Video instructions and help with filling out and completing Dd 1750

Instructions and Help about Dd 1750

True" hey everyone, it's Duke here at Developer Inspires. Welcome back to the daily challenge. In this daily challenge, I'm going to show you how to create and use an action sheet. Now, if you are not familiar with an action sheet, it's the thing that you use all the time in various ways. Let's say if you click into something, let's say I should have the complete app here, and I click into this menu called "Show Action Sheet," and there we go. We have this thin content action sheet, and I can choose either I want to send, maybe this is I want to send something via email, by a message, or I want to cancel it. Okay, so I can send via email or a message, and if I want to cancel it, I would do nothing, just cancel the ban. Okay, so let's go find out how to use an action sheet, how to create one, and how to use it now. So, I have my starter project here. You can go to developerinspires.io in the link right below and download this starter project. Here we go. Now, this is our starter project. The first thing I'm going to do is I will create an action alert controller or an action sheet because the action sheet is actually a UI alert controller. So, I would do "var alertController" and this is a UI alert controller question lock because we don't want to make an initializer for this. We will initialize this in viewDidLoad. Now, let's move on. The first thing we are going to do is to create an instance of the UI alert controller for this alert controller. So, I go to "alertController = UIAlertController" and the designated initializer for this is "title", "message", and "preferred...