DigitView
Introduction
UIView subclass that wraps separate UITextFields to create a custom digit input view. The delegate method didFinishInput(_ input: String)
should be added to the view controller containing the digit view. The method will get called when the user has inserted a digit into every input field in the digit view.
Installation
DigitView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'DigitView'
License
DigitView is available under the MIT license. See the LICENSE file for more info.