Latest Update: Change the RSS Reader App to Read Twitter RSS Feed
Latest Update: Add Google AdMob in Rss Reader App
The best way to study new technology is learning from examples. The best example is a real app which is meaningful and useful. Among several features I’ve done in past few fews, I think any one feature can be a very good example for beginner to learn. Therefore, I decide to create some real apps which will serve very simple but useful functions.
In this IOS developer tutorial, I will create a RSS feed reader step by step. It will cover several IOS development knowledge:
- iPhone Rss Reader App IOS Tutorial 1: StoryBoard UI Programming
- iPhone Rss Reader App IOS Tutorial 2: HTTP Network Programming in IOS
- iPhone Rss Reader App IOS Tutorial 3: XML Parser in IOS
- iPhone Rss Reader App IOS Tutorial 4: Show Rss Feed in UIWebView
Several weeks ago, I wrote an post, IOS Object C Storyboard Programming Tips For iPhone and iPad, which already covers some knowledge about StoryBoard UI programming. This time, I will use the storyboard to create an UITableViewController. In this tutorial, we will cover following topics:
- how to build iPhone App in Storyboard
- how to connect UI in storyboard with class file
- how to show content in table view cell dynamically