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 trialMarcus Davajon
6,882 PointsHow do I prevent the cell data from touching the carrier/time/battery info at the top when the app is run?
I took a screen shot, but I'm not sure how to display it here :(
5 Answers
kerdeseverin
9,688 PointsTry reading this:
https://developer.apple.com/library/ios/qa/qa1797/_index.html
rishavatreya
4,945 PointsTry it on your device, it will fix automatic. or set the title of navigation bar (i.e your app name) on the storyboard.
Thomas Nilsen
14,957 Pointsupload your screenshot to imgur.com and paste the link here
asus389
3,277 PointsThe Apple article linked above suggests creating a constraint between the view (in this case the UITableViewController) that we added manually and the "Top Layout Guide" in the Document Outline in X-Code. I don't actually see "Top Layout Guide" or "Bottom Layout Guide" in my scene. I have auto layout enabled, but have disabled size classes so that my project is limited to "iPhone" sizes. What is the recommended way of solving this?
Nicolas Dunand
4,661 PointsNow on iOS 8.3 and XCode 6.3, there still isn't any way to achieve a proper display of the Table View, i.e. not overlapping with the top bar. Anyone has more suggestions?
Abby Griffiths
Python Web Development Techdegree Student 1,289 PointsEmbed View Controller in a Navigation Controller. Not ideal, but it works.