状态栏下的导航栏

时间:2017-04-11 09:28:48

标签: swift swift3 uinavigationbar statusbar

我需要在状态栏下面创建导航栏。您可以在下面的图片中看到我的问题

this picture

我希望状态栏有白色背景。

(请迅速)

1 个答案:

答案 0 :(得分:-1)

在ios 10和swift 3中,

  1. 在info.plist中更改行

    View controller-based status bar appearance and set it to NO
    
  2. 在AppDelegate.swift中,在func didFinishLaunchingWithOptions中,

      UIApplication.shared.statusBarStyle = .lightContent