如何为包括iPhone X在内的所有设备设置导航栏背景图像?

Kav*_*ita 3 iphone ios iphone-x

我正在尝试为导航栏设置背景图像.它适用于所有其他设备,但在iPhone X中由于尺寸增加而无法正常工作.

Nij*_*Nij 7

使用此代码:

self.navigationBar.setBackgroundImage(UIImage(named: "navbar background").resizableImage(withCapInsets: UIEdgeInsets(top: 0, left: 0, bottom: 0 ,right: 0), resizingMode: .stretch), for: .default)
Run Code Online (Sandbox Code Playgroud)