What's the best way to parse RSS/Atom feeds for an iPhone application?

前端 未结 10 1372
感动是毒
感动是毒 2020-12-24 14:43

So I understand that there are a few options available as far as parsing straight XML goes: NSXMLParser, TouchXML from TouchCode, etc. That\'s all fine, and seems to work fi

10条回答
  •  再見小時候
    2020-12-24 15:23

    I'm currently trying out the MWFeedParser @Michael Waterfall is developing.

    Quite easy to set up and use (I'm a beginner iPhone developer).

    His sample code for using MWFeedParser to populate a UITableViewController implementation is helpful as well.

提交回复
热议问题