iOS - RSS reader library? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . 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