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 Blog Reader iPhone App Viewing a Web Page Navigation Controller

Segue transition problems

Hi, made all the app from scratch while viewing those videos, but got some problems. My first row of blog post is going on top of battery and clock indicators. Also when making a navigation controller, it does not make any better, and pressing on row, nothing happens (no white screen, nothing)

What i am doing wrong?

1 Answer

Hi Nikita,

Normally embedding the table view controller in a navigation controller will move the table view down to allow room for the navigation bar. You can manually readjust the size of the table view to allow some room at the top if required, but it should not be necessary. As for the blank screen, please check your prepareForSegue method and the segue between the master view and the detail. This should have been set by the template, so make sure the identifier is correctly set to "showDetail" in storyboard and in the prepareForSegue method.