我嘗試添加使用UINavigationItem這個代碼我的形象:titleview的形象出現和消失立即
override func viewDidLoad() {
super.viewDidLoad()
self.navItemTop.titleView?.contentMode = UIViewContentMode.scaleToFill
self.navItemTop.titleView? = ViewController4.navigationImage! //my image, its correct for sure
self.navigationController?.navigationBar.barTintColor = UIColor.white
}
當我去到另一個的UIViewController,然後回去,圖像出現和消失一秒鐘後。我試圖把這段代碼放在viewWillAppear()方法中,但結果是一樣的。 我該如何解決這個問題?
集圖像中的'viewWillAppear中:'方法 –
你可能會失去navigationImage的ViewController4正確的參考。 – Glenn