UITabBarController is possible to select the tab via code?
- by ronny
is it UITabBarController possible to select the tab in code?like UINavigationController
we can use popViewController pop back to rootViewController instead of press the back button, so how can this implement in tabbarcontroller?