标签: swift swift3 uinavigationbar statusbar
我需要在状态栏下面创建导航栏。您可以在下面的图片中看到我的问题
this picture
我希望状态栏有白色背景。
(请迅速)
答案 0 :(得分:-1)
在ios 10和swift 3中,
在info.plist中更改行
View controller-based status bar appearance and set it to NO
在AppDelegate.swift中,在func didFinishLaunchingWithOptions中,
UIApplication.shared.statusBarStyle = .lightContent