I would like to create a navigation based application without the Table View stuff... when I select "navigation based application" at the project start, I get a Root view that inherits from UITableViewController... I wish to inherit from UINavigationController and delete all the table methods in the implementation file... question is...
how do I change the XIB in interface builder to give a simple UIView rather than UITableView?
please and thank you

UITableViewand drag in aUIView? Seems fairly logical to me. – Nick Bedford May 18 '11 at 1:14