---long time reader, first time participant here. Experienced coder, newb at Iphone dev---
I want to create a simple app that will read from a single RSS feed and pull it in to a table. When the user clicks on the title of the article a new view gets pushed with the content of the article. I figured there would be a standard way to pull in RSS feeds through API's, but I guess not.
The closest thing to it is this blog. I can make some more modifications to push it to another window (and not safari).
iPhone SDK Tutorial: Build a Simple RSS reader for the iPhone
Am I missing anything here. Is there an easier way to do this? I am not trying to create an RSS reader app, but I just wanted a simple table view populated with RSS feed title content and full content of the post. Can anybody guide me in the right direction?