Is it possible multiple tab bar controller in an application in objective c

前端 未结 2 1255
逝去的感伤
逝去的感伤 2021-01-06 15:17

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

2条回答
  •  情歌与酒
    2021-01-06 15:56

    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?

提交回复
热议问题