I have an app with an UITabBarController
, the tabs navigate as usual, but one of the tabs should navigate to different view controllers depending on the project target, everything is laid out with storyboards.
Can not seem to find a way without doing some logic when loading one of the view controllers, and that seems ugly and unscalable.
Any advice is welcome.