I am trying to switch between multiple different views using a UISegmentedControl
. I found a really good example to do this in:
http://redartisan.com/2010/6/27/uisegmented-control-view-switching-revisited
However, I need to use a UITabbarController
in my app. So the navigation controller is not available for me in the app delegate. Is there any other way to switch views in a UITabbarController
using UISegmentedControl
?