UISplitView with UITabbar

后端 未结 4 820
无人及你
无人及你 2020-12-05 19:35

I have a strange one that I can not seem to fix. I am currently working on updating my app to iOS7. This all worked in iOS6. It is an universal app and thus uses same xib fi

4条回答
  •  半阙折子戏
    2020-12-05 20:29

    For the controller that is the detail view of UISplitViewController you just do this:

    -(UITabBarController*)tabBarController{
        return nil;
    }
    

提交回复
热议问题