Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Ribbit - Runtime Issues

When I go to hit Login to Pop back to the root view controller, I get this message: AppName[42430:207] nested push animation can result in corrupted navigation bar AppName[42430:207] Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted. Any ideas? Seems to only happen when app is completely killed off, and logged in for the first time. If I were to logout and back in, while app is up it doesn't occur. Does this have anything to do with the segue being called on viewWillAppear if not logged in? (Heard if you performed segues before viewDidAppear it could cause this error?)

1 Answer