> 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
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
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