I have an application which has a UITabbarController with only One TabBarItem in it i.e. “Home”.
Now the problem is while I am in my Home Tab bar Item Can i Add More TabbarItem’s with different ViewControllers to my existing UITabbarcontroller.
Here is more elaborated example:
I have only One “Home Tab”. I called a service on Home Tab and then server said there must also be ViewController1 and ViewController2 available on the TabBar. Then can I create it on run time. If Yes can any one describe how!
Thanks
Hope this helps