DigitView 1.0.4

DigitView 1.0.4

Maintained by Øyvind Hauge.



DigitView 1.0.4

  • By
  • Øyvind Hauge

DigitView

CI Status Version License Platform

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.