Juanpe / VSTextField

Dead simple drop-in subclass of UITextField with super easy number formatting.

Home Page:http://vojtastavik.com/2015/03/29/real-time-formatting-in-uitextfield-swift-basics/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSTextField

Dead simple drop-in subclass of UITextField with super easy number formatting.

Example usage for a real time SSN formatting:

Example with SSN formatting

How to use it?

Just place the VSTextField.swift file into your project and replace your current UITextField with it. Then set:

textField.setFormatting(formattingPattern: "##-##-##", replacementCharacter: "#")  
// all # will be replaced by numbers

About

Dead simple drop-in subclass of UITextField with super easy number formatting.

http://vojtastavik.com/2015/03/29/real-time-formatting-in-uitextfield-swift-basics/

License:Other


Languages

Language:Swift 84.7%Language:Ruby 13.3%Language:Objective-C 2.0%