kfit-dev / OTPTextField

Fully customizable iOS UITextField for OTP/Secure code verification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OTPTextField

Carthage compatible Version License Platform

 

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.

About

Fully customizable iOS UITextField for OTP/Secure code verification

License:MIT License


Languages

Language:Objective-C 91.5%Language:Ruby 8.5%