I am trying to create a Navigation based application and as you most likely know the rootviewcontroller has a uitableview in it.. I would like to change this so its just a standard uiview however everything I have tried so far keeps giving me errors, so I am wondering if someone can help me out.
Share
First of all you create navigation based application and then delete TableView from rootViewController.xib and take it view from library and connect it and more thing is that to insert uiviewcontroller instead of uitableview in rootviewcontoller.h file and build & run your project its work fine.