Hello, I'm creating a tab-based app. I want one of the tabs to include the following:
-Have a set of UIButtons -When you click on one of the buttons it loads a view beneath the buttons -Each button has a different view -No navigation controller just load the view on the same page without animation -Still can click on the other buttons
How do I go about doing this? Please help!