Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aporat/KKPasscodeLock
KKPasscodeLock is an iOS toolkit for adding a passcode view controller and passcode settings in ios apps.
https://github.com/aporat/KKPasscodeLock
Last synced: about 1 month ago
JSON representation
KKPasscodeLock is an iOS toolkit for adding a passcode view controller and passcode settings in ios apps.
- Host: GitHub
- URL: https://github.com/aporat/KKPasscodeLock
- Owner: aporat
- License: apache-2.0
- Archived: true
- Created: 2012-01-17T12:36:27.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T09:49:43.000Z (over 9 years ago)
- Last Synced: 2024-10-31T15:33:43.291Z (about 1 month ago)
- Language: Objective-C
- Homepage:
- Size: 653 KB
- Stars: 289
- Watchers: 18
- Forks: 77
- Open Issues: 16
-
Metadata Files:
- Readme: README.mdown
- License: LICENSE
Awesome Lists containing this project
- awesome - KKPasscodeLock - KKPasscodeLock is an iOS toolkit for adding a passcode view controller and passcode settings in ios apps. (etc)
- awesome - KKPasscodeLock - KKPasscodeLock is an iOS toolkit for adding a passcode view controller and passcode settings in ios apps. (etc)
README
What is KKPasscodeLock?
![](http://cocoapod-badges.herokuapp.com/v/KKPasscodeLock/badge.png) ![](http://cocoapod-badges.herokuapp.com/p/KKPasscodeLock/badge.png)
KKPasscodeLock is an iOS toolkit for adding a passcode view controller and passcode settings in ios apps.
![](https://github.com/aporat/KKPasscodeLock/raw/master/screenshots/iphone-1.png)
![](https://github.com/aporat/KKPasscodeLock/raw/master/screenshots/iphone-2.png)
![](https://github.com/aporat/KKPasscodeLock/raw/master/screenshots/ipad-1.png)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 keychainUsing 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 appTerms of Use
- Provided under the Apache 2.0 License