I have a sample xcode project which I downloaded to test out this. It has 2 .xib files (each with their own view controller header and mains). I have added a storyboard and set the ViewControllers classes to game and ViewController (the names of the .xibs) and set the main storyboard to the storyboard in the summary, but whenever I run the app it just runs the .xibs.
How can I get it to run the storyboard instead of the .xibs?
Is there a section in storyboards I need to change or is it in the code for each .xibs .h and .m?
Thanks for the help
Take a look in your App Delegate. Here is an example set up to run with XIBS or Storyboard depending on target conditions…
If you are running a Storyboard app, you don’t need all that. Delete it so that the application didFinishLaunchingWithOptions: method just reads: