views:

45

answers:

1

hi friend, i am new at the area of objective c. i am trying to build an iphone app by using navigation based template. as usually at the navigation based template show UITableView page at first but i would like to show other controller page at the starting of this app that UIView page. is it possible?

A: 

The UITableViewController is created in the xib file, replace that with whatever controller you want and make sure you change it in the .h to the right type.

Andy Jacobs