处理办法是将背景色与跳转的颜色设置为一致即可。 let navBar = navigationController?.navigationBar navBar?.barTintColor = UIColor.black navBar?.isTranslucent = false