Navigation controller with buttons?
Hey all!
I want to create a navigation app that would start with 5 large buttons displayed in a view that would look something like screen 1.
Clicking on one of the buttons would do a slide transition (from right to left) to the second view that would look like screen 2.
...and each button would take you to a third screen and so on.
I've read a lot of tutorials about navigation controllers but everyone of them uses a UITableView as the first screen. I can't seem to figure out how I can achieve this but I'm pretty sure it isn't that hard to do...
Thanx!
|