I have a view that has a couple of buttons and I have a tab bar view controller with two different tabs. When I press one of the buttons in the view controller I want to jump to a specific tab in the tab bar view controller.
How would I go about this?