You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed you're taking feedback for the v2.0 release. We handle our splash/lock screen in a way that's different than VENTouchLock so I've subclassed VENTouchLock and overridden the UIApplication notification methods with empty stub methods. I then manually invoke the passcode functionality from our own splash screen that's not a subclass of VENTouchLockSplashViewController.
Perhaps the ability to decouple the splash/lock screen in some way would be useful to others as well.
The text was updated successfully, but these errors were encountered:
I noticed you're taking feedback for the v2.0 release. We handle our splash/lock screen in a way that's different than VENTouchLock so I've subclassed VENTouchLock and overridden the UIApplication notification methods with empty stub methods. I then manually invoke the passcode functionality from our own splash screen that's not a subclass of VENTouchLockSplashViewController.
Perhaps the ability to decouple the splash/lock screen in some way would be useful to others as well.
The text was updated successfully, but these errors were encountered: