Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/BalestraPatrick/SwiftBlog
- Owner: BalestraPatrick
- Created: 2014-09-06T11:16:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T14:18:19.000Z (almost 7 years ago)
- Last Synced: 2024-04-09T02:44:55.164Z (7 months ago)
- Language: Swift
- Size: 188 KB
- Stars: 20
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - SwiftBlog
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 :)