You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2022. It is now read-only.
I had a problem on iOS 8 when the view controller chosen to start querying for a unwind action handler was a PKRevealController.
PKRevealController is unable to provide the right handler from its hierarchy and the action is left unhandled.
My solution was to override
- viewControllerForUnwindSegueAction:fromViewController:withSender:
like this:I'm not able to do a pull request right now. I can only provide with this code for now.
The text was updated successfully, but these errors were encountered: