bkook / BKPasscodeView

iOS 7 style passcode view. Supports create, change and authenticate password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lockScreenManagerBlindView get's overridden by default white view

collinbrewer opened this issue · comments

I'm using cocoa pods version 0.2.2... All is well after I replaced line 60 in BKPasscodeLockScreenManager.m:

if (nil == self.blindView) {

with:

if (nil == blindView) {