iPhone Programming Tutorial – Using A TabBarView To Switch Between Views

  • Twitter
  • Facebook
  • Digg
  • Reddit
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks

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 cruffenach.  You can check out his website at http://losectrl-gaincommand.com.
If you would like to contribute a tutorial to iCodeBlog.com, contact me brandon@icodeblog.com
The final product of this tutorial should look something like this:

Setting up the User Interface
The first thing we need to do is open up MainWindow.xib. …

October 13th, 2008 Posted by: - posted under:Tutorials - View Comments READ MORE