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

How To Use UITextField In Swift 2, iOS 9 Application

Posted on 27 Sep 2015

UI Demo - UITextField (Swift 2, iOS 9)

Sample project demonstrate how to use UITextField (for Swift 2, Xcode 7, iOS 9) with delegate, close keyboard when clicked anywhere on the screen, move editing from one UITextField to next UITextField when Next button clicked within iOS keyboard.

Technology used
– UITextField and UITextFieldDelegate.
– Close keyboard when clicked outside textfield.
– Move editing mode from one UITextField to other.
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Platform
– Swift 2
– iOS 9
– Xcode 7

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