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 Getting Data from the Web Downloading and Parsing JSON Data

Andres Mauricio Guerrero
Andres Mauricio Guerrero
4,111 Points

Help

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

I know you said you're copying/pasting the exact code, but can you please paste your .m file to your question?

Andres Mauricio Guerrero
Andres Mauricio Guerrero
4,111 Points

Thanks 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 :)