aporat / KKPasscodeLock

KKPasscodeLock is an iOS toolkit for adding a passcode view controller and passcode settings in ios apps.
Apache License 2.0
289 stars 77 forks source link

Couldn't call lockscreen from app delegate #29

Open kalaichelvan opened 11 years ago

kalaichelvan commented 11 years ago

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 can change as well.

But when i try to set in AppDelegate to display lock screen, it doesn't show up. therefore no passcode being asked after set.

Appreciate if someone could help.

below is my code in appdelegate.m

}

kalaichelvan commented 11 years ago

@vinhnx I managed to solve the problem. will update the code later when I back to my computer. So others can benefit from it.

ClickedApps commented 11 years ago

I still can't do it =[