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

How To Use UIToolbar In Swift 2, iOS 9 Application

Posted on 17 Oct 2015

UI Demo - UIToolbar (Swift 2, iOS 9)

Swift 2 based sample project demonstrate how to use UIToolbar within iOS9 application. UIToolbar can be used for placing UIBarButtonItem on it. This project also demonstrate how to show hide toolbar using simple UIView Animation technique.

Technology used
– UIToolbar.
– UIBarButtonItem.
– UIView Animation.
– Placing action on UIBarButtonItem.
– Show/Hide UIToolBar using UIView animation.
– 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