OTPTextField
Fully customizable iOS UITextField for OTP/Secure code verification
Install / Use
/learn @kfit-dev/OTPTextFieldREADME
OTPTextField
<img src="https://github.com/kfit-dev/OTPTextField/blob/master/OTPTextField.gif"/> <img src="https://github.com/kfit-dev/OTPTextField/blob/master/OTPTextFieldManual.gif"/>
Installation
CocoaPods
Add the following entry to your Podfile:
pod 'OTPTextField'
Then run pod install.
Don't forget to import OTPTextField in every file you'd like to use.
Carthage
Add the following entry to your Cartfile:
github "kfit-dev/OTPTextField"
Then run carthage update.
If this is your first time using Carthage in the project, you'll need to go through some additional steps as explained over at Carthage.
Manually
- Drag the OTPTextField folder anywhere in your project.
Author
Fave, dev@kfit.com
License
OTPTextField is available under the MIT license. See the LICENSE file for more info.
