DMPasscode icon indicating copy to clipboard operation
DMPasscode copied to clipboard

:lock: Passcode screen with Touch ID support

Results 8 DMPasscode issues
Sort by recently updated
recently updated
newest added

Observed when using `DMPasscode` on a device with Face ID configured, the `key` was being returned from the custom `NSLocalizedString` macro (instead of the localized string). This was causing a...

Non-empty localizedReason must be provided. app is crashing on show passcode *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Non-empty localizedReason must be provided.'

I've been getting this error recently. DMPasscode[10602:1010246] DMKeychain failed to store data for key 'passcode', error: -34018

- (void)close:(id)sender { [_input resignFirstResponder]; [self dismissViewControllerAnimated:YES completion:nil]; [_delegate canceled]; } In this method the delegate should be called in the completion block, to make it possible to present new...

bug

Is there a way to close the passcode view manually?

Originally the keyboard covered up the error. This change makes it so the error slides overtop of the instructions when oriented in landscape. iPad functionality remains the same since the...

Commit messages are self explanatory. I described all changes there.