I\'m trying to select no tabs at all in my application. At first the first tab is selected, but I\'d like to deselect it so no tabs at all would be selected.
Don\'t
I think rootController.tabBar.selectedItem = 0;
rootController.tabBar.selectedItem = 0;
it's wrong whatever you have tried. Because when You are setting selectedItem=0, then sure it will take the first tabBarItem of tabBarController.
selectedItem=0
tabBarController