Need help with UITabBarController

I am trying to add a tab bar controller to the interface. When I run the application, the tab bar controller shows, but for both tabs, the MKMapView shows rather than switching to the calculator I included a screenshot for any guidance. Thanks!

.

ok so I’m not sure how you got the view where you are at now, but you should undo a couple steps and just redo the UITabBarController.
After embedding the Tab Bar Controller from the View Controller It should just be pointing from the Tab Bar Controller to the View Controller (Map)
Then just Control+ Drag to the ViewController and click the “view controllers” under the menu that pops up.

I think all instances of “View Controller” Are referring to the Map View Controller tab before you rename it to map and add images. I hope this can help.