iOS - RSS reader library? [closed]

笑着哭i 提交于 2020-01-01 19:27:25

问题


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



来源:https://stackoverflow.com/questions/6921413/ios-rss-reader-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!