Skip to content

Releases: keepworks/KWVerificationCodeView

Upgrade to Swift 5

Choose a tag to compare

@kpavankotesh kpavankotesh released this 09 Aug 07:17
  • Migrate Code to Swift 5
  • Add focus() method to use in VerificationView

Upgrade to Swift 4.2

Choose a tag to compare

@kpavankotesh kpavankotesh released this 01 Dec 03:58
  • Upgrade swift version
  • Update example

Upgrade to Swift 4

Choose a tag to compare

@kpavankotesh kpavankotesh released this 04 Aug 10:28
  • 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

Choose a tag to compare

@kpavankotesh kpavankotesh released this 30 Jun 10:31
  • 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

Choose a tag to compare

@kpavankotesh kpavankotesh released this 05 Mar 07:43

Bug fix to open Keyboard on loading KWVerificationCodeView

Support custom digits count in VerificationView

Choose a tag to compare

@kpavankotesh kpavankotesh released this 01 Dec 12:37
  • 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

Choose a tag to compare

@kpavankotesh kpavankotesh released this 17 Jan 13:39
  • Customise the UI directly from Interface Builder
  • Update related documentation

Release to cocoapods

Release to cocoapods Pre-release
Pre-release

Choose a tag to compare

@kpavankotesh kpavankotesh released this 16 Jan 13:06
  • Setup KWVerificationCodeView project
  • Modify code to release it as a Pod
  • Provide example project with details on how to use