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 Build a Self-Destructing Message iPhone App Designing and Starting the App Adding Login and Sign Up Screens

Problem with Navigation Controller

Hello,

I've followed the video exactly, however when I get to the final run (as seen in the last step of this video) I get an error when I use the Sign Up Button to segue to the SignUpViewController in iOS Simulator. The error states:

2014-04-10 16:49:00.579 **[8009:60b] nested push animation can result in corrupted navigation bar 2014-04-10 16:49:01.119 **[8009:60b] Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted.

I'm not sure what this means, I've tried checking stack overflow and have gone through other tutorials on various sites, nothing seems to be able to fix this bug.

If anyone has any idea what is going on I'd appreciate the help!

Thanks

Stone Preston
Stone Preston
42,016 Points

could you post your code where the segue occurs (probably an IBAction for a button or something)

1 Answer

George, here is a full template for the social network application: Click Here.