Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

oxcug

macrumors newbie
Original poster
Oct 3, 2011
24
0
I want to turn my Blog into an App and I have seen lots of apps that use RSS feeds that look very good with pictures and the whole 9 yards. I would also like to be able to do podcasts with this app. So where can I find some good API's to make an app with these features?
 
An RSS app is essentially using anNSURLConnection to grab the XML and then an NSXMLParser to translate it into whatever data format you want to use as your model (I recommend CoreData). Then UITableview/UIWebView to display the content.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.