PinCodeTextField
Simple pin code text input with underlined space for characters.
Based on UIView + UIKeyInput protocol
Demo
Features
- Simple
- Customizable via Interface Builder and from code
- Without UITextField subclassing
Installation
- via Cocoapods
use_frameworks!
platform :ios, "8.0"
target 'YourTarget' do
pod 'PinCodeTextField'
end
- via Carthage
github "tkach/PinCodeTextField"
- manual
Copy Pod folder from this repo to your project