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 trialTaylor Weeks
4,009 PointsSimulator 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
4,009 PointsAfter 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.