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

How To Use UIContainerView In Swift 2, iOS 9 Application

Posted on 09 Oct 2015

UI Demo - UIContainerView (Swift 2, iOS 9)

Sample iOS 9 application shows how to use UIContainerView to load external view (i.e. UIViewController) within specific area of the screen. It also shows how to show/hide external view via UISegmentedControl, how external view behaves when navigate via bar button.

Technology used
– UIContainerView.
– UISegmentedControl.
– Using UIContainerView for show/hide external view.
– 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