0

Can somebody tell me how to replace my ViewController.xib with a newly created storyboard. My project doesn't have a storyboard, it starts from ViewController.xib.

Anish688
  • 81
  • 11
  • 1
    in the .plist you declare the name of your storyboard as a string under the "Main storyboard file base name ()" key. – ryan cumley Mar 14 '14 at 02:38
  • @ ryancumley Hello I tried it and it gives me error saying "Could not load NIB in bundle:" – Anish688 Mar 14 '14 at 02:57
  • Create a brand new "single view" application, and use it as an example. It will be pre-configured to launch from a storyboard. Also, don't forget to remove the reference to the .xib file in your code, now that you are launching from a storyboard. – ryan cumley Mar 14 '14 at 03:15

0 Answers0