Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
/ OTPTextField Public archive

Fully customizable iOS UITextField for OTP/Secure code verification

License

Notifications You must be signed in to change notification settings

kfit-dev/OTPTextField

Repository files navigation

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, [email protected]

License

OTPTextField is available under the MIT license. See the LICENSE file for more info.