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

Stanley Gao
Stanley Gao
3,889 Points

In xcode 6, when I add table view controller, the arrow didn't appear. How can I manually initiate the scene?

The table view controller was not initiated so it won't show up when I run the app. Is there any way to initiate a scene manually or did I do something wrong here?

1 Answer

Stone Preston
Stone Preston
42,016 Points

select the view controller in your storyboard file. open the utilities pane. in the attributes inspector there should be a check box that says is initial view controller. check the box and it will make the view controller the initial scene and put the little arrow out beside it

Saloni Agarwal
Saloni Agarwal
9,240 Points

I still have issue with this. I was able to set it as "initial view controller" and set my new storyboard as main interface - when i still run the app - i don't see any tableview (with empty cells in it). I am on xcode 7.

Update: (I resolved it. See http://stackoverflow.com/questions/26681282/ios-8-uitableviewcontroller-separator-scrolling-render. Trick was to use "Renders with edge antialiasing" in plist. But would love to understand this better though!