... and says to the tabBarController: "What do I have to do around here to get viewed"?
OK, so I've got a UI problem where I can't seem to get a specific scenario to work. What I have is a 4 button TabBarController application that I created in xCode using New Project --> iPhone Application --> tabBar Application.
In the first view that starts up (tabBar button 1), I have a grid of buttons that when one is pressed, is supposed to flip to a new view using the "UIViewAnimationTransitionFlipFromLeft" option. To further clarify, this all should happen in the tabBarController's first viewController. Each button in the grid on the first view, when pressed, will transition to the second view that has a textBox filled with information. Because I want to design my own UI out of images, I'm not using a standard drilldown navigationController.
I tried following the code used in the video tutorial by Nick Meyers, http://vimeo.com/1450817 to flip from the first view to the second, but I can't seem to wrap my head around how I would do that with the tabBar Controller's ViewController.
So my question to all of you experts out there: How can I setup my tabBar application to allow the first button view to transition flip to a completely new view? And from the new view, back to the first\original view. All of this will need to happen in the first tabBar button's viewController.
Thanks for any help,
Jason
OK, so I've got a UI problem where I can't seem to get a specific scenario to work. What I have is a 4 button TabBarController application that I created in xCode using New Project --> iPhone Application --> tabBar Application.
In the first view that starts up (tabBar button 1), I have a grid of buttons that when one is pressed, is supposed to flip to a new view using the "UIViewAnimationTransitionFlipFromLeft" option. To further clarify, this all should happen in the tabBarController's first viewController. Each button in the grid on the first view, when pressed, will transition to the second view that has a textBox filled with information. Because I want to design my own UI out of images, I'm not using a standard drilldown navigationController.
I tried following the code used in the video tutorial by Nick Meyers, http://vimeo.com/1450817 to flip from the first view to the second, but I can't seem to wrap my head around how I would do that with the tabBar Controller's ViewController.
So my question to all of you experts out there: How can I setup my tabBar application to allow the first button view to transition flip to a completely new view? And from the new view, back to the first\original view. All of this will need to happen in the first tabBar button's viewController.
Thanks for any help,
Jason