Programmatically select a tabbaritem in "More"
Posted
by Amit Vaghela
on Stack Overflow
See other posts from Stack Overflow
or by Amit Vaghela
Published on 2009-07-07T03:30:26Z
Indexed on
2010/06/05
15:02 UTC
Read the original article
Hit count: 366
I am using UITabbarController with 8 to 9 items (these are UINavigation controllers)
It is easy to select an item programmatically using
tabbarcontroller.selectedIdex = x;
if x value is between 0 to 4 then it's work as expected but if it's greater than 4 then it's select "More" as a view controller.
How can we programmatically select an item under "More" list ?
any help would be appreciated..
Thanks in advance
© Stack Overflow or respective owner