KKPasscodeLock icon indicating copy to clipboard operation
KKPasscodeLock copied to clipboard

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

Results 16 KKPasscodeLock issues
Sort by recently updated
recently updated
newest added

Hi, the crash below happens when the app is compiled using XCode 8 / for iOS 10 and I'm starting on simulator 2016-09-13 19:33:09.270 ControlInt[3137:36979] **\* Terminating app due to...

These commits fixe few bugs when running on iOS7. They also provide a small refactoring of the UI to adapt it to the new flat style.

Views are not properly vertically aligned in case of set Passcode, change Passcode and enter Passcode modes. In first case (set Passcode), "Enter a passcode" label is hidden behind navigation...

Hi aporat, I implemented supports for freetext, it may not be optimal but i need it fast, so it may seem little hack-ish. You can merge it to your repo...

I've added an optional method to KKPasscodeSettingsViewControllerDelegate, in order to notify the delegate that the passcode lock view will be on screen. The reason is to allow things like dismissing...

I tried to use your KKPasscodeLock in my Project. Incorporated the settings view controller and passcode view controller successfully. So far managed to setup everything. Can set passcode lock and...

It would be great to support multiple Passcode Storage types like: Keychain, NSUserDefaults, etc. Why using NSUserDefaults? Read the 'Forgot Passcode on iPhone / iPad' section here: http://dayoneapp.com/support/passwords/ I would...

What about using these images (from the iOS framework): ![devicelockkeypad iphone](https://f.cloud.github.com/assets/1882080/559224/cee2d35a-c445-11e2-96eb-e2408709988e.png) ![devicelockkeypad ipad](https://f.cloud.github.com/assets/1882080/559225/d03fa11a-c445-11e2-9150-c6274066c2c2.png) ![devicelockkeypadpressed iphone](https://f.cloud.github.com/assets/1882080/559226/d238bd6c-c445-11e2-9700-9716146c8cb2.png) instead of the hidden textfields and standard keyboard? this will look great on the ipad...

The default passcode controller uses a custom keyboard on iPad to prevent it from being dismissed and to prevent the user from entering the passcode as $$$$.