Closed zinthemoney closed 9 years ago
@zinthemoney Thanks for the PR!
I think splashShouldEmbedInNavigationController
works as expected since the VENTouchLockSplashViewController
is not embedded in a navigation controller when its set to NO
Instead, maybe we create another appearance boolean passcodeViewControllerShouldEmbedInNavigationController
to specify whether or not the passcode view controller is in a navigation controller.
@dasmer nice suggestions! I added passcodeViewControllerShouldEmbedInNavigationController
.
@zinthemoney Thanks! this is great :smiley:
When
VENTouchLockSplashViewController
subclass setsself.touchLock.appearance.splashShouldEmbedInNavigationController = NO;
(default is alsoNO
.) During unlocking, a user choosesEnter Passcode
, the enter passcode view controller should not be embedded.