/XML-Parser-Swift

XML Parser Swift

Primary LanguageSwiftGNU General Public License v3.0GPL-3.0

XML-Parser-Swift

In this tutorial we will create a project that will read a RSS feed from http://developer.apple.com/news/rss/news.rss and display in a tableview. We will implement our own model and view model based on the XML.

We'll use XMLParser to process the XML data.