iOS - RSS reader library? [closed]

2019-04-15 04:21发布

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

2条回答
时光不老,我们不散
2楼-- · 2019-04-15 04:46

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

查看更多
一纸荒年 Trace。
3楼-- · 2019-04-15 05:08
登录 后发表回答