Hi All,
I am developing an iPhone application using iPhone SDK 3.0 . Its a view based application consisting tabbarcontroller. I need to change the viewcontrollers array of the tabbarcontroller dynamically.
I just done it using the following code:
[tabBarController setViewControllers:m_objArrtabbarViewControllers];
But it only changes the customizable viewcontrollers array, so I couldnt able to switch to a new view.
I need to know is it possible to change the viewcontrollers array of a tabbar.If yes how can I do that?
Regards, Syam S IPhone Devr.