venmo / VENTouchLock

A Touch ID and Passcode framework used in the Venmo app.
MIT License
964 stars 114 forks source link

Option to manually handle the UIApplication notifications / use own splash screen #50

Open chrisballinger opened 9 years ago

chrisballinger commented 9 years ago

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.

dasmer commented 9 years ago

@chrisballinger I meant to add that to my list! Thanks for the feedback. Definitely on my todo

chrisballinger commented 9 years ago

@dasmer Thank you!

ericlewis commented 9 years ago

+1