RSSReader Version 2.0 with UITabBarController

Couple of months back I released an open source RSS Reader app for iPhone on GitHub. Most of the people who downloaded the source requested for an updated version using UITabBarController. Today I am releasing version 2.0 with the following changes Updated the views to use UITabBarController Loads rss subscription from plist file More fun… Continue reading RSSReader Version 2.0 with UITabBarController

iPhone RSS Reader with source code

Last week I had prepared simple RSSReader application for demoing at Arabnet Shift Digital Summit. Since there was not much time to really explain I had to cut short my presentation with a very basic application demo. I promised to few programmers at Arabnet that I will release the source code for this application on… Continue reading iPhone RSS Reader with source code

Auto Increment Build Number & Date in XCode iPhone Project

While developing application we keep sharing the builds with others. It is very difficult to find out which version they are using and the date it was build. To overcome this I was searching for methods that can used to auto increment build numbers and set the application build date. I found this article really… Continue reading Auto Increment Build Number & Date in XCode iPhone Project

iPhone RSS Reader Application with source code

I am really happy to release my first iPhone application source. This is a simple RSS reader application and it loads the latest news from BBC. While doing this application I got to learn and to get a rough idea bout the following How basic iPhone application works View & view controllers Tableviews, Tableview Datasource… Continue reading iPhone RSS Reader Application with source code