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

Dominic Bryan
Dominic Bryan
14,452 Points

Swift - RSS Fedd - XML. Help with getting and sorting information

So I asked a ridiculous question the other day and now have decided it was not very clear, so I am starting again.

I want to build and App, in Swift. (I have done the whole swift track too) I want to make a app for a website, and the information to the website can be obtained through an RSS feed, this RSS feed is in XML format.

Does anyone know where to start? any suggestions ?

Also Does anyone know how how to make a awesome pull out side bar menu? so a bit like facebooks left hand menu

Thanks in advance

1 Answer

Hello Dominic,

Check out some of the example code over at github I was able to find a number of RSS Swift apps

I also found a sidebar menu example too! check it out here

Goodluck and Happy Coding!