All Versions
61
Latest Version
Avg Release Cycle
112 days
Latest Release
-

Changelog History
Page 1

  • v4.0.2 Changes

    • ๐Ÿšš Minor change: remove no needed code related to unsupported iOS versions (iOS < 7).
  • v4.0.1 Changes

    January 08, 2020
    • Made isCurrentlyOnScreen public.
  • v4.0.0 Changes

    September 04, 2019
    • ๐Ÿš€ Minimum deployment target increased to 10.3.
    • โœ‚ Removed iOS 8 specific code.
    • ๐Ÿ’… Code style improvements.
    • Misc demo project improvements.
  • v3.9.4 Changes

    June 27, 2019
    • ๐Ÿ Avoid a crash in iOS 13 accessing the first object of the windows.
  • v3.9.3 Changes

    May 30, 2019
    • ๐Ÿ›  Fixed a crash in demo project.
    • โœ‚ Removed unused string.
  • v3.9.2

    August 27, 2018
  • v3.9.1 Changes

    January 19, 2018
    • ๐Ÿ›  Fixed navigation bar layout when present passcode with logout enabled in iOS11.
  • v3.9.0 Changes

    November 07, 2017
    • Replaced all Touch ID occurrences with Biometrics. On Touch ID-only devices, it has the same functionality, on Face ID-capable devices, it will use Face ID.
  • v3.8.10 Changes

    August 19, 2017
    • โž• Added new method to reset passcode - (void)resetPasscode, useful when using app extensions.
  • v3.8.9 Changes

    June 10, 2017
    • Added support for iOS App Extensions: defining LTH_IS_APP_EXTENSION for an extension target will fix LTHPasscodeViewController crashing.
    • Added new method: - (void)showLockScreenOver:(UIView *)superview withAnimation:(BOOL)animated withLogout:(BOOL)hasLogout andLogoutTitle:(NSString *)logoutTitle. Used to provide a view in which the lock is going to be presented, sized to and centered in.