我正在运行时在导航栏上获得蓝色visualeffectview。我没有改变任何背景颜色。如何解决这个问题,请帮助。
从mainviewcontroller导航到我的viewcontroller的代码
let storyboard = UIStoryboard(name: CommonStoryBoard.List, bundle: nil)
let vc = storyboard.instantiateViewController(withIdentifier: CommonNavigationControllers.ListViewController )
self.show(vc as UIViewController, sender: vc)