Home  »  XML
Tagged   XML

Swift RSS Reader

Posted on 15 Sep 2015

RSS Reader demo application build using Swift 2, Xcode 7, and iOS 9.

Swift based RSS Reader that fetch rss feed as an xml from remote server and parse it using NSXMLParser. Once parsing done, it loads data into UITableView i.e. shows title and date. When clicked on title it goes to details page where it will browse post url within UIWebView. This is sample rss reader application you can use as a base for any RSS Reader project and expand it. You can use it free for either personal or commercial use.

It consist functionality below:
– Fetching rss feed as xml from remote server.
– Parsing xml using NSXMLParser.
– Convert xml into swift based array object.
– Listing records within UITableView.
– When clicked on title, it shows details page.
– Details page will load post url within UIWebView.

Read more  

iOS App Released – B V M

Posted on 26 Jun 2015
iOS App – B V M

Build iOS App using Swift, iOS8, Xcode 6 and posted on apple store.

Supported Device:
iPhone 4s, iPhone 5/5s/5c, iPhone 6, iPhone 6 Plus, iPad having iOS8.

Technology Used:
iOS8, Swift, Xcode 6, Core Location Framework, Map Kit Framework, Adaptive Layout support for iPhone and iPad, UIWebView, NSXLParser, Asynchronous Image downloading, YouTube Player Library, Side Menu Controller.

Read more  

PrashantKumar Mangukiya
Native iOS / Hybrid Mobile Application Developer
LinkedIn Profile   GitHub Profile   Twitter Profile

Browse by Category

Follow Me on Twitter

Other Post

OSM Satsang -- iOS, Swift based Audio Player App. iOS App Released – OSM Satsang (Download tracks and play offline) - 04 Jun 2016
Geo Target Note iOS App Released – Geo Target Note - 19 May 2016
Swift Core Image Filter - CIImage and CIFilter Swift Core Image Filter – CIImage and CIFilter - 24 Nov 2015
Swift Video Player using AVPlayerViewController - 10 Nov 2015
Swift Audio Player using AVFoundation Library Swift Audio Player using AVFoundation Library - 05 Nov 2015
Using MKMapView in Swift, MapKit Using MKMapView in Swift, iOS Application - 02 Nov 2015
Go to Top