Here is a sample of how to issue alerts using UIAlertController.
If you set UIAlertControllerStyle.alert
to UIAlertControllerStyle.actionSheet
, it will be an alert that comes out from the bottom.
Here is a sample of how to issue alerts using UIAlertController.
If you set UIAlertControllerStyle.alert
to UIAlertControllerStyle.actionSheet
, it will be an alert that comes out from the bottom.