I want to instance the RootViewController with different objects depending on the target I'm the running.
For example,
I have 3 RootViewControllers (RVCBase, RVCA, RCB) and 4 targets (T1, T2, T3, T4). I want that whenever T1 is running, RVCA shows as the RootViewController; when T2 runs, RVCB; and when either T3 or T4 is running, the RCVBase shows.
Any help?
Thanks in advance.