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!
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

Colette Pitamba
2,662 PointsRSS Feed Photos
Hi,
I'm new to iOS programming and would like some help.
I would like to create an RSS reader that is all visual; only downloads images from the web and displays it on a single page.
Where should I start and what are some keywords that I should be focusing on?
Thanks.
2 Answers

Amit Bijlani
Treehouse Guest TeacherIf you are new to iOS programming then I'd highly recommend that you go through the projects on "How to Build a Simple iPhone app" and "How to Build a Blog Reader", if you haven't already. Once you have an understanding of creating views, table view controllers and accessing data from the web then it should be easier for you to build something on your own. There are several examples of what you want to build:
- http://stackoverflow.com/questions/18458934/uicollectionview-downloading-images-and-effective-reloading-of-data-like-inst
- https://parse.com/tutorials/anypic - This is a Parse specific example but you can check out the code and see how they do things.

Colette Pitamba
2,662 PointsThanks, I'll look into them