Reputation: 507
I am using the SWRevealViewController and everything was working perfectly, I added LocalAuthentication so a user could validate their login with Touch ID.
Now the RevealViewController doesnt not do anything when you use Touch ID, if I cancel the Touch ID everything works perfectly..
I havnt posted any code and was just wondering if anyone have experienced anything similar and knew the solution..
Thanks a lot!
Upvotes: 0
Views: 19
Reputation: 507
fixed this by adding
DispatchQueue.main.async(execute: {() -> Void in
after looking for evaluatePolicy success
Upvotes: 0