CocoaPods trunk is moving to be read-only. Read more on the blog, there are 15 months to go.

KakashiMask 1.0.4

KakashiMask 1.0.4

Maintained by Dolly.



Kakashi Mask

Input mask for your UITextField from UIKit Could be useful for phones, documents, dates, etc.

  • Can be used with or without masks
  • All functionalities have unit tests
  • Max length for your text field
  • Can be used with view code
  • You can use applyMask() to apply the mask promgamatically without User's input

Instalation

KakashiMask is available through CocoaPods. To install it, simply add the following line to your Podfile: pod 'KakashiMask'

How to use

Just inherit from KakashiField and set the maskTextValue with your mask the examples below:

  • phone mask: (##) #####-####
  • document mask: ##.###.###/####-##

Authors