Releases: keepworks/KWVerificationCodeView
Releases · keepworks/KWVerificationCodeView
Upgrade to Swift 5
- Migrate Code to Swift 5
- Add
focus()
method to use in VerificationView
Upgrade to Swift 4.2
- Upgrade swift version
- Update example
Upgrade to Swift 4
- Upgrade codebase to Swift 4.0
- Fix delegate not called on clear button issue
- Improve code base and example
0.1.6 to 0.1.9 release notes
- Add clear functionality in Verification code view to support clearing code on user action (via button etc..)
- Example to add Verification Code Programatically
- Improve example
Bug Fixes
Bug fix to open Keyboard on loading KWVerificationCodeView
Support custom digits count in VerificationView
- User can use
digits
IBInspectable to specify the number of digits for the Verification View - Default Value - 4
- Minimum Value - 2
- Maximum Value- 8
Provide UI Customisation
- Customise the UI directly from Interface Builder
- Update related documentation
Release to cocoapods
- Setup KWVerificationCodeView project
- Modify code to release it as a Pod
- Provide example project with details on how to use