KKPasscodeLock 0.2.2

KKPasscodeLock 0.2.2

TestsTested
LangLanguage Obj-CObjective C
License Apache-2.0
ReleasedLast Release Aug 2020

Maintained by Adar Porat.



  • By
  • Adar Porat

What is KKPasscodeLock?

KKPasscodeLock is an iOS toolkit for adding a passcode view controller and passcode settings in ios apps.

       

Main Features in KKPasscodeLock

- Either a simple 4 digit passcode (using a numeric keyboard) or a free-text passcode (in development) - Supports universal apps (both iPhone and iPad) - Advanced passcode settings controller: set & change passcode, turn off/on passcode and passcode tries allowed - Passcode is saved securly in the device keychain

Using KKPasscodeLock

Using this framework is really easy.

  • Add all the source files under the src folder, including KKPasscodeLock.bundle
  • #import "KKPasscodeLock.h" where you need it.
  • Add the AudioToolbox.framework, Security.framework and the QuartzCore.framework into your project
  • See the usage of the passcode lock from the sample app

Terms of Use

- Provided under the Apache 2.0 License