UISplitViewController in a TabBar ( UITabBarController )?

前端 未结 9 856
长发绾君心
长发绾君心 2020-11-30 19:35

I am in kind of situation that I need to start with a tab based application and in that I need a split view for one or more tabs. But it seems that split view controller obj

9条回答
  •  隐瞒了意图╮
    2020-11-30 20:07

    To let a tabbarcontroller appear as a master view for splitviewcontroller you should rewrite tabbarcontroller so that it will support or orientations(so say, using a category for the class UITabBarController)

提交回复
热议问题