I am making a Apple Watch app and I'd like to set different root view controllers, depending on an initial condition.
I cannot set the WatchKit rootInterfaceController directly though, because it is a readonly property, but by checking Apple documentation, they say it is possible to set it "before the launch sequence finishes".
Do you have a good suggestion to do that? Maybe through the storyboard?