PinCodeView
PinCodeView copied to clipboard
Ui control support
I renamed the state property in the PinCodeDigitView protocol to viewState.
This avoids a namespace collision with the existing state property in UIControl subclasses.
I also provided an UITextField example implementation of a PinCodeDigitView and updated the demo project to exercise this new digit-view type.
Hey, I've just pushed swift 4 migration, I'd love to merge your changes. Would you mind revisit this PR and fix conflicts?
Thanks!