frogger111

Results 2 comments of frogger111

Hi there, can you give me some tips, how to implement swipe gesture to close menu?

The reason is because presentation context is deallocated. Try to use: ``` + (id)authStateByPresentingAuthorizationRequest:(OIDAuthorizationRequest *)authorizationRequest presentingViewController:(UIViewController *)presentingViewController callback:(OIDAuthStateAuthorizationCallback)callback ``` I got same problem (also in framework), so I made sth...