views:

13

answers:

1

Hi! I have an old project in Xcode and I want to change the RootViewController files (.m, .h, .xib - a TableViewController) with a normal ViewController! Is it possible or I must restart a new project and import the old files? Thx a lot!

A: 

Depends on how your project is set up. But you may just need to include and change the controller linked to by the window and app delegate in your MainWindow.xib file.

hotpaw2
hi guys!i've found a solution changing the structure of my .xib file and a little bit of code! not so hard ;) thx a lot!