Home  »  UI Demo - iOS9  »  How To Use UIAlertController In Swift 2, iOS 9 Application

How To Use UIAlertController In Swift 2, iOS 9 Application

Posted on 11 Oct 2015

UI Demo - UIAlertController (Swift 2, iOS 9)

Sample iOS 9 (Swift 2, Xcode 7) demo application shows how to display Alert and ActionSheet using UIAlertController. How to set different action button (e.g. Ok, Cancel, Yes, No, Delete etc.) for that.

Technology used
– UIAlertController.
– Show Alert using UIAlertController.
– Show Action Sheet using UIAlertController.
– Set Action Button e.g. Ok, Cancel, Yes, No, Delete etc.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Platform
– Swift 2
– Xcode 7
– iOS 9

Supported Device
iPhone 4s, 5, 5s, 5c, 6, 6 Plus, 6s, 6s Plus, all iPad having iOS 9.

You can download source form GitHub profile.

Go to Top