The question is a bit confusing to put it this way, hopefully the image will be a little more useful. Here's the setting:

So, I want the First Look button to open FirstViewController, and I want the Second Look button to open SecondViewController. If I bind the Second View button to SecondViewControlleras follows:

I am losing tab navigation. And if I connect the button to TabViewControlleras follows:

then it will automatically open in FirstViewController. If I'm missing something, it seems like I need to do this with a little extra code, but I can't find anything that explains how to do this.
Thank!