I'm writing a simple tab bar based application.
I have my separate views set up. In one view, there is a button. When the user hits this button, I want the app to show the view for a random tab.
But how do I change the current tab view? What message do I send, and where do I send it to?
I have my separate views set up. In one view, there is a button. When the user hits this button, I want the app to show the view for a random tab.
But how do I change the current tab view? What message do I send, and where do I send it to?