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

RSS 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
STAFF
Amit Bijlani
Treehouse Guest Teacher

If 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:

Thanks, I'll look into them