Hello friends,
I have four TabBarItem (TTTabItem) in a TabBar (TTTabBar). In one
case, i want to remove the TabBarItem selection from any of the four
TabBarItems (TTTabItem) . i.e., the complete TabBar will not show any
TabBarItems selected. Can i achieve it?
I tried the following,
[_tabBar1 setSelectedTabItem:nil];
But it is crashing.
Could someone guide me to resolve this?
I need help urgently.
(OR)
If we clicked on one TabBarItem(TTTabItem), then again clicking on
same TabBarItem(TTTabItem) will not call/execute anything right. Can i
make it always clicking on a TabBarItem, should call "(void)tabBar:
(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item" (or) any other
relevant system functions?
Thank you.
--
You received this message because you are subscribed to the Google Groups "Three20" group.
To post to this group, send email to
thr...@googlegroups.com.
To unsubscribe from this group, send email to
three20+u...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/three20?hl=en.