-->

iOS - RSS reader library? [closed]

2019-04-15 04:20发布

问题:

Is there a good RSS reader library for iOS/Objective C?

回答1:

I don't know of any API's that exist for parsing RSS specifically (there may be some I don't know of), but an XML parser should do just fine for what you are looking for.

I use TouchXML for most of my projects: https://github.com/TouchCode/TouchXML

Here is an article that will help you pick out the correct XML parser for your project: http://www.raywenderlich.com/553/how-to-chose-the-best-xml-parser-for-your-iphone-project



回答2:

Might want to check out this: https://github.com/mwaterfall/MWFeedParser