UIAlertController

suggest change

Remarks

A UIAlertController object displays an alert message to the user. This class replaces the UIActionSheet and UIAlertView classes for displaying alerts. After configuring the alert controller with the actions and style you want, present it using the presentViewController:animated:completion: method.

From Appleā€™s Documentation

UIAlertController in Swift

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents