To run the example project, clone the repo, and run pod install
from the Example directory first.
Open Wiki tap to see, you can use storyboard or implement it in your code
Simple Implementation
let myOTPTextView = OTPTextView(frame:CGRect(x: 10, y: 400, width: 300, height: 50)) view.addSubview(myOTPTextView) print(myOTPTextView.getNumber())
UIKit
OTPTextView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'OTPTextView'
Ehsan Omid
OTPTextView is available under the MIT license. See the LICENSE file for more info.