Skip to content

Display an alert with UIAlertController

   

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.

alt

  1. UIAlertController(UIActionSheet)
  2. Enumerated Type
  3. How to learn how to program iPhone apps
  4. Using UserDefaults to save parameters
  5. Selecting values using the UIPickerView
  6. Repeating at a certain time
  7. Create a collection view with custom layouts