Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Objective-C Library for RSS feed parsing?

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.)

like image 725
Moshe Avatar asked Aug 15 '10 17:08

Moshe


2 Answers

MWFeedParser is another interesting library to look into.

like image 67
Max Avatar answered Oct 23 '22 15:10

Max


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

like image 5
schwa Avatar answered Oct 23 '22 14:10

schwa