Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

yaniv92648

macrumors member
Original poster
Oct 26, 2009
96
0
Hi,
UITabBarController: i have 3 UIViewControllers in each UITabBarItem and i would like the rightest UITabBarItem to be my default choice when the application starts.
UINavigationController: is there a UINavigationController that works on the other direction?
Thanks.
 
You just have to set the selectedIndex of the UITabBar. Essentially the UITabBar is an array of TabBarItems.
 
Hi,
UITabBarController: i have 3 UIViewControllers in each UITabBarItem and i would like the rightest UITabBarItem to be my default choice when the application starts.
UINavigationController: is there a UINavigationController that works on the other direction?
Thanks.

Aloha yaniv92648,

Just out of curiosity, why did you want to confuse your future users? For the most past, we read from left to right, and are oriented as such when looking at iPhone apps.
 
RTL Language

i'm writing my app in a right-to-left language so i want the UINavigationController to navigate accordingly.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.