-
-
Notifications
You must be signed in to change notification settings - Fork 944
Expand file tree
/
Copy pathREADME
More file actions
13 lines (10 loc) · 621 Bytes
/
README
File metadata and controls
13 lines (10 loc) · 621 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
=======================================================================
AlertController - Sample code for UIAlertController
Version 1.1 26 April 2015 Use target-action for text field changes
Version 1.0 05 September 2014 Initial version.
=======================================================================
Example code covering the use of UIAlertController to create alert and
action sheet views. The UIAlertController class was introduced in iOS 8
as a replacement for UIAlertView and UIActionSheet. Full details in the
following post:
https://useyourloaf.com/blog/uialertcontroller-changes-in-ios-8/