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 Rebuilding from Scratch Starting Over

Updated to the latest version of Xcode, 6.0.1. However now when I add the Table View to the cells go over the status bar

I can see the carrier and battery information through the first cell.

https://www.dropbox.com/s/zjmvxeoacj4ef08/blogreaderissue.tiff?dl=0

2 Answers

Try this: Click you project file in the navigator on the left, then click "Info" in the tab on the right. Now add this key/value by hovering over an existing entry and clicking the "+" icon: https://dl.dropboxusercontent.com/u/2867898/statusbarRemove.png

Not sure if this solves your problem, but I had a similar issue recently and think this solved it for me.

Unfortunately this had no effect.

The issue becomes a mute point once you add the navigation controller near the end. Not really an answer but...

Indeed it does. However, did you find a solution to the earlier question, or is it better to just add a navigation bar as needed to correct the cell shift?

Unfortunately no I didn't.