I want to switch different tab bar controller with root view controller\'s buttons. I mean that I have several buttons and this buttons must have different tab bar controlle
It is possible if you have a navigationcontroller as a parent of both tabbarcontrolllers.
However I would advise against such an UI as it will most likely be confusing to the end user.
Why would you want to use this approach?