Programatically select a Tab Bar Item when clicking a UIButton
I'm assuming this is pretty basic, but any help is appreciated. I have a TabBarController with four tabs. On the first tab I have a ViewController with a single UIButton. All I want to do is navigate, for instance, to the ViewController of the third Tab Bar Item (make this tab the active tab) when the UIButton is clicked. Thanks in advance.
|