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 Data Modeling Designated Initializers and Convenience Constructors

Alfredo Gafas
Alfredo Gafas
531 Points

Blog Reader

i have see the blog Reader iphone app class and i cant see how to make one for my blog... i have www.events4party.com with the events and what im try is make my app read the upcoming events and the past events and is really hard for me understand the vidios to make it to my personal use. reading from http://www.events4party.com/index.php/events/ please if anyone can helpme with this. thanks

1 Answer

Robert Bojor
PLUS
Robert Bojor
Courses Plus Student 29,439 Points
  1. Please, please add a pause button for the radio :)
  2. I believe you will need the blog to output the events in a JSON format for you app to read and display them in a UITableView - personally I'd go with a UICollectionView and display images for each event - but you will need each event to have an image attached to it.

Once you have your site generating the JSON is just a simple matter of a few lines of code to display them and getting more details on a detail view screen.