Skip to content

Releases: keepworks/KWVerificationCodeView

Upgrade to Swift 5

09 Aug 07:17
Compare
Choose a tag to compare
  • Migrate Code to Swift 5
  • Add focus() method to use in VerificationView

Upgrade to Swift 4.2

01 Dec 03:58
Compare
Choose a tag to compare
  • Upgrade swift version
  • Update example

Upgrade to Swift 4

04 Aug 10:28
Compare
Choose a tag to compare
  • 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

30 Jun 10:31
Compare
Choose a tag to compare
  • 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

05 Mar 07:43
Compare
Choose a tag to compare

Bug fix to open Keyboard on loading KWVerificationCodeView

Support custom digits count in VerificationView

01 Dec 12:37
Compare
Choose a tag to compare
  • 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

17 Jan 13:39
Compare
Choose a tag to compare
  • Customise the UI directly from Interface Builder
  • Update related documentation

Release to cocoapods

16 Jan 13:06
Compare
Choose a tag to compare
Release to cocoapods Pre-release
Pre-release
  • Setup KWVerificationCodeView project
  • Modify code to release it as a Pod
  • Provide example project with details on how to use