DMPasscode icon indicating copy to clipboard operation
DMPasscode copied to clipboard

Completion block called while view is presented when the close button is clicked.

Open rojo69 opened this issue 10 years ago • 1 comments

  • (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 views right away.

rojo69 avatar Jul 29 '15 08:07 rojo69

That would be the correct way, yes. Thanks for pointing it out.

D-32 avatar Jul 29 '15 20:07 D-32