Tabbarcontroller problem
Hi,
I added four view controllers in tabbarcontroller in appdelegate.
I can access tabbarcontroller properties in view controllers by calling the following method.
[self.tabBarController setSelectedIndex:0];
But i need to access the tabbarcontroller in .m file which is not a view controller.Its base class in uicontrol.
Thanks
|