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
Portal in place. Unwind button from Modal. After hitting the unwindToRootVC breakpoint and allowing the app to continue an EXC_BAD_ACCESS exception is thrown. Version 5.1 (5B130a). Call stack below. Disabling transitions allows unwind to succeed.
The text was updated successfully, but these errors were encountered:
Took down temporary solution. It didn't unwind to the rootVC as designed. Loath to write the unwind code myself since it's now built-in to iOS7. Hoping for a solution. The objective is to unwind to the root, my initial VC where this unwind signature exists.
Specifically a Modal problem. Push segues unwinding to the root VC operate perfectly. Switched my App to use Push instead of Modal. Assuming you're intent on finding a solution I'd love to be notified. Best of luck. Great work otherwise!
Portal in place. Unwind button from Modal. After hitting the unwindToRootVC breakpoint and allowing the app to continue an EXC_BAD_ACCESS exception is thrown. Version 5.1 (5B130a). Call stack below. Disabling transitions allows unwind to succeed.
The text was updated successfully, but these errors were encountered: