为什么我的UIStatusBar不能通过覆盖preferredStatusBarStyle显示?

时间:2018-03-08 21:49:02

标签: ios presentmodalviewcontroller presentviewcontroller

我的状态栏相应地在我的UITabBarController的每个选项卡中的根控制器中起作用。一旦我通过present(viewControllerToPresent :)和.overFullscreen modalPresentationStyle将一个模态添加到UIViewController,它需要我通过发送它的UIViewController分配preferredStatusBarStyle。我需要呈现的UIViewController具有清晰的背景,并查看前面的UIViewControllers内容。我做错了吗?

1 个答案:

答案 0 :(得分:1)

我和朋友解决了这个问题。正确答案如下:

modalViewController.modalPresentationCapturesStatusBarAppearance = true