Tags: alekoleg/LTHPasscodeViewController
Tags
Merge pull request rolandleth#22 from NenadSteric/master added setTimerDuration
Read the extended, several changes. Renamed all “Lockscreen”s to “LockScreen”s. Moved ivars to the implementation. Added passcodeWasEnteredSuccessfully protocol method/notification post. Removed some redundant code. Fixed ‘cancelAndDismissMe’ being called every time.
1.2.0 cocoapod version. Added <deletePasscodeFromKeychain> method. Added <maxNumberOfFailedAttemptsReached> protocol method and its respective <kMaxNumberOfAllowedFailedAttempts> constant. Replaced <showLockscreenWithAnimation> and <showLockscreenWithoutAnimation> with <showLockscreenWithAnimation:(BOOL)animated> method. Improved the UIWindow handling. Fixed the positioning problem that happened if the lockscreen was presented with an av/as open. Improved folder structure.