0
我得到了一個UITabBarController的問題。當我打開一個的UITabBarController與這段代碼:快速丟失tabbaritem圖像
let vc = self.storyboard!.instantiateViewControllerWithIdentifier("tabBarViewController") as! TabBarViewController
self.presentViewController(vc, animated: true, completion: nil)
它運作良好,但我唯一的問題是tabbaritem圖像..第一個正常顯示出來,但第二個(有兩個項目的TabBar)不想要顯示..只有幾秒鐘後。
Tab控制器和tabbaritems是在故事板中製作的。不是以編程方式
有沒有人知道問題可能是什麼?
檢查圖像,它是一個非常大的文件? –
@JoeBenton nope ..其尺寸爲52x52的png。只有3-4KB – Pklaas
你是說它需要幾秒鐘才能顯示,或者它在幾秒鐘後消失? –