UISplitView with UITabbar

后端 未结 4 804
无人及你
无人及你 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:27

    Instead of creating a subclass for UISplitViewController, I just added this code on my master's viewDidLoad:

    self.splitViewController?.extendedLayoutIncludesOpaqueBars = true
    

提交回复
热议问题