Objective-C Library for RSS feed parsing?

10,157

Solution 1

You could use Apples NSXMLParser Class. Or you could use the C-based libXML2.

Solution 2

MWFeedParser is another interesting library to look into.

Solution 3

How about https://github.com/touchcode/TouchRSS?

Share:
10,157
Moshe
Author by

Moshe

iOS Engineer Website | GitHub | Careers | App Store

Updated on June 27, 2022

Comments

  • Moshe
    Moshe almost 2 years

    I'm looking for an Objective-C library for an iOS app that will parse and display articles form an RSS feed.

    Specifically,m I'm looking to make an app for a news website. The framework should be able to work with various RSS XML structures if possible. (Well, two different news sites. One uses Wordpress-generated RSS and one does not.)