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 Adding a Table View Controller Class

Taylor Weeks
Taylor Weeks
4,009 Points

Simulator Not Showing Array Titles

I have verified that my code is the same as in the video and have gone over the video multiple times to make sure I am following the steps exactly. However, when I run the simulator, I see the table view but without any cells. I'm not sure if this is because I missed something due to this video being from an older version of Xcode. Has anyone else had the same problem?

1 Answer

Taylor Weeks
Taylor Weeks
4,009 Points

After running through the video one more time, I found an error in my code in the numberOfSectionsInTableView method. I had it returning zero instead on one, which makes perfect sense why my cells were not showing up.