Quantcast
Channel: Objective-C Library for RSS feed parsing? - Stack Overflow
Browsing all 6 articles
Browse latest View live

Answer by Ric Santos for Objective-C Library for RSS feed parsing?

This library is about as old as this question: https://github.com/NextfazeSD/WordPressSyncer. It syncs WordPress blogs from the server, saving data locally in a core data database.

View Article



Answer by user529758 for Objective-C Library for RSS feed parsing?

My drop-in solution (deals with Wordpress' RSS 2.0 and the Atom 1.0 format as well): http://github.com/H2CO3/RSSKit

View Article

Answer by Max for Objective-C Library for RSS feed parsing?

MWFeedParser is another interesting library to look into.

View Article

Answer by schwa for Objective-C Library for RSS feed parsing?

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

View Article

Answer by Guido Hendriks for Objective-C Library for RSS feed parsing?

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

View Article


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

View Article
Browsing all 6 articles
Browse latest View live




Latest Images