我的状态栏相应地在我的UITabBarController的每个选项卡中的根控制器中起作用。一旦我通过present(viewControllerToPresent :)和.overFullscreen modalPresentationStyle将一个模态添加到UIViewController,它需要我通过发送它的UIViewController分配preferredStatusBarStyle。我需要呈现的UIViewController具有清晰的背景,并查看前面的UIViewControllers内容。我做错了吗?
答案 0 :(得分:1)
我和朋友解决了这个问题。正确答案如下:
modalViewController.modalPresentationCapturesStatusBarAppearance = true