Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/BalestraPatrick/SwiftBlog

A simple Swift app that reads the official Apple Swift Blog via RSS.
https://github.com/BalestraPatrick/SwiftBlog

Last synced: 3 months ago
JSON representation

A simple Swift app that reads the official Apple Swift Blog via RSS.

Awesome Lists containing this project

README

        

SwiftBlog
=========

A simple Swift app that reads the official Apple Swift Blog via RSS.
I made this app in a few hours just to get used to the Swift language always more.
It uses the official RSS feed by Apple to read the latest blog posts by the Swift team.
This project uses UITableView, NSXMLParser and UIWebView.

I hope this example code will be useful to you :)