ColinEberhardt / VCTransitionsLibrary

A collection of iOS7 animation controllers and interaction controllers, providing flip, fold and all kinds of other transitions.
Other
4.55k stars 616 forks source link

unwindToRootVC throws EXC_BAD_ACCESS #21

Open H492 opened 10 years ago

H492 commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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