Black screen after presenting modal view controller in current context from UITabBarController

后端 未结 9 1693
终归单人心
终归单人心 2020-12-04 18:53

My root view controller is a UITabBarController. I\'m trying to present a modal view controller over one of the tab bar controller\'s view controllers, but still allow the

9条回答
  •  执笔经年
    2020-12-04 19:36

    Try to set your presentation style as 'Over Full Screen' instead of 'Over Current Context' in storyboard.

提交回复
热议问题