iPhone Programming Tutorial – Using A TabBarView To Switch Between Views

October 13th, 2008 Posted by: - posted under:Tutorials - 50 Comments

In this tutorial I will show you how to develop a UITabBarController which contains a custom UIView from one of the tabs and a UINavigationController with a UITableView dictated byUISegmentControl in the second tab.
This tutorial was contributed by the user . You can check out his website at
If you would like to contribute a tutorial to iCodeBlog.com, contact me
The final product of this tutorial should look something like this:

Setting up the User …

READ MORE