venmo / VENTouchLock

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

Added time frame to lock #81

Open dortega opened 7 years ago

dortega commented 7 years ago

Now the library accepts one optional value: secondsToLock. This value will be used with lastRefreshDate to lock the app with lockIfNeeded. In order to refresh the lastRefreshDateValue the user has to call to updateRefreshDate method whenever he needs. The changes has been made so the previous functionality is not affected.

ericlewis commented 7 years ago

This doesn't appear to function well when you don't set up a time, please include an example of this in operation. as well as tests.