please i have a view containing 3 buttons and i want to switch to another views when clicking:
button1->view A
button2->View B
button3->View C
i googled and i didn’t found any tutorials to do so, please help, THX in advance 🙂
please i have a view containing 3 buttons and i want to switch to
Share
You could do something like that by putting a UIButton on the view in IB and hook that button up with a method that puts a new view on screen with button 2 on it. It should be pretty straight forward.
Take a basic tutorial on iPhone development and you learn how to do stuff like that in a day.
Here’s one from apple