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 trialAndres Mauricio Guerrero
4,111 PointsHelp
I was copying the same exact code that you have, but when I build and run, in the simulator it shows nothing, and I got no warning and nothing showing up in the log
2 Answers
Brian Stevens
7,906 PointsI know you said you're copying/pasting the exact code, but can you please paste your .m file to your question?
Andres Mauricio Guerrero
4,111 PointsThanks anyway, I got the problem solved it was that I had these next lines cell.textLabel.text = [bpost valueForKey:@"title"]; cell.detailTextLabel.text = [bpost valueForKey:@"author"]; with Title and Author instead of title and author, silly of me that I didnยดt notice but also weird that xcode didn't warn me or anything, thanks anyway for your help :)