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

How To Use UIActivityIndicatorView In Swift 2, iOS 9 Application

Posted on 01 Oct 2015

UI Demo - UIActivityIndicatorView (Swift 2, iOS 9)

Sample project demonstrate how to use UIActivityIndicatorView within iOS application (Swift 2, Xcode 7, iOS 9). i.e. How to Start, Stop and Hide it programmatically.

Technology used
– UIActivityIndicatorView.
– How to start/stop/hide activity indicator programmatically.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Build using 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