SwiftPasscodeLock icon indicating copy to clipboard operation
SwiftPasscodeLock copied to clipboard

An iOS passcode lock with TouchID authentication written in Swift.

Results 27 SwiftPasscodeLock issues
Sort by recently updated
recently updated
newest added

Nothing that my commits do - was impossible before I made these commits, but now it's just easier...

This library doesn't build with the latest Xcode/Swift. Are there plans to update this? Is this project still maintained?

> Based on @mjmarathon PR #53 * Removed @mjmarathon changes about cancelable locks * Added Localizable Strings * Fixed the outlets for PasscodeLockView.xib * Fixed demo Many thanks to @mjmarathon...

I'm calling: ``` let presenter = PasscodeLockPresenter(mainWindow: UIApplication.shared.keyWindow, configuration: configuration) presenter.presentPasscodeLock() ``` from `didFinishLaunchingWithOptions` and `applicationDidEnterBackground` but it doesn't seem to work properly. On launch, only the Touch ID alert...

This PR allows to specify if the lock screen can autorotate and which mask is allowed on it. The use case: **we want to lock the PasscodeLock screen in portrait...

enhancement

IOS extensions like share, document provider, etc do not allow access to UIAplication.shared. This results in a compile time error due to PasscodeLockPresenter.swift line 55.

enhancement

I added github "velikanov/SwiftPasscodeLock" to my cartfile then I ran: carthage update SwiftPasscodeLock --platform iOS I get: ``` The following build commands failed: Check dependencies (1 failure) ** BUILD FAILED...

Thanks for the great effort maintaining this library! Please refer to the screenshot below captured after repeatedly putting the Demo app into background, then to foreground to unlock, and background...

Changing the main window's windowLevel will cause some unexpected issues, such as using the library with Intercom: https://github.com/intercom/intercom-ios because the Intercom window is using windowLevel = 0.1 or some other...

Hi guys, I have touchID prompt enabled, and when i put the app in background, and bring it back few seconds later, even though PasscodeLock is not yet triggered, i...

enhancement