• Stars
    star
    102
  • Rank 335,584 (Top 7 %)
  • Language
    Swift
  • License
    Other
  • Created almost 10 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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