Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unwindToRootVC throws EXC_BAD_ACCESS #21

Open
H492 opened this issue Apr 7, 2014 · 3 comments
Open

unwindToRootVC throws EXC_BAD_ACCESS #21

H492 opened this issue Apr 7, 2014 · 3 comments
Labels

Comments

@H492
Copy link

H492 commented Apr 7, 2014

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.
screen shot 2014-04-07 at 4 33 33 pm

@H492
Copy link
Author

H492 commented Apr 8, 2014

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.

@H492
Copy link
Author

H492 commented Apr 8, 2014

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!

@ColinEberhardt
Copy link
Owner

Thanks for the really detailed error report. I'll try and find time to look into it, :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants