Re: Stopping the initial storyboard viewcontroller being created

2015-11-26 Thread Michael Babin
> On Nov 26, 2015, at 7:27 AM, Roland King wrote: > > I would like to create the main viewcontroller in my > applicationDidFinishLaunching:withOptions: method (iOS) instead of having the > storyboard one created automatically. > > I’m doing this in order to change behaviour between simulator

Re: Stopping the initial storyboard viewcontroller being created

2015-11-26 Thread Cosmo Birch
If I understand correctly, simply unchecking the “Is Initial Controller” checkbox for the viewController in the Storyboard should fix your problem. > On Nov 26, 2015, at 5:27 AM, Roland King wrote: > > I would like to create the main viewcontroller in my > applicationDidFinishLaunching:withOpt

Stopping the initial storyboard viewcontroller being created

2015-11-26 Thread Roland King
I would like to create the main viewcontroller in my applicationDidFinishLaunching:withOptions: method (iOS) instead of having the storyboard one created automatically. I’m doing this in order to change behaviour between simulator and device as the simulator doesn’t support BlueTooth, so I nee