Hi, i created a sample tabbar application with 4 tabs.When i run the application the default selected tabbarcontroller index is 0.
So when i change this to
self.tabBarController.selectedIndex = 2;
Its loaded the third tabbaritem and its viewcontroller.
What i want is , when i added tabbarcontroller.view to window i want to show a non selected index of tabitem in tabbarcontroller.In that i want to show a temp loading image. After that they clicked the tabbaritem it loaded its view controller.
Can anyone help me? This is possible ? I think its quite diffcult to me....
Note(Mainly i want to show all tabbaritem with non selected index).