rolandleth / LTHPasscodeViewController

iOS 7 style Passcode Lock
MIT License
615 stars 142 forks source link

Keyboard doesn't go away #186

Closed NikhilManapure closed 6 years ago

NikhilManapure commented 6 years ago

I have edited your delegate method's maxNumberofFailedAttemptsReached signature to send the controller itself to delegate. Then I present a login controller from that method. It works fine but keyboard of passcode view doesn't go and so textfield in my login controller don't work.

rolandleth commented 6 years ago

Have you also adjusted lines 1405 and 1406 to work with the new signature?

The demo app works properly with the current signature.

NikhilManapure commented 6 years ago

Signature is not a problem, and I have surely edited those two lines. The problem is that even after presenting new viewController, the keyboard from the passcode textfield don't go away.

rolandleth commented 6 years ago

Can you create a branch from the deme app and reproduce the bug there, please?

NikhilManapure commented 6 years ago

Sure, will coment here once I push the code.

rolandleth commented 6 years ago

Hey @NikhilManapure, any updates on this? I'd love to help, but it's been a month and a half, and I'd like to close the issue, if there's nothing I can help with.