Wednesday, August 29, 2012

Dynamically creating and adding UITableView for iOS in Xcode


Since some people are stuck at some point while dynamically creating UITableView, this simple post will show you how to dynamically create UITableView in your iOS project

Wednesday, August 22, 2012

Adding UITabBarController in an application with UINavigationController for iOS without StoryBoard in Xcode

Some people are finding some difficulties to add UITabBarController to a UINavigation based application and since I, myself was in the same situation until I managed to find a solution after spending couple of time coding, I would like to share this to you.

Adding UINavigation to a Simple View iOS Application Programmatically in Xcode

Since there release of new Xcode, there is no option for creating navigation based application. This simple post will show you how to do it programmatically.