Xcode Swift缺失tabbaritem图像

Xcode Swift缺失tabbaritem图像,xcode,swift,uitabbarcontroller,uitabbaritem,Xcode,Swift,Uitabbarcontroller,Uitabbaritem,我的阿巴斯控制器有问题。当我用以下代码加载uitabbarcontroller时: let vc = self.storyboard!.instantiateViewControllerWithIdentifier("tabBarViewController") as! TabBarViewController self.presentViewController(vc, animated: true, completion: nil) 它工作得很好,但我唯一的问题是tabbaritem图像。

我的阿巴斯控制器有问题。当我用以下代码加载uitabbarcontroller时:

let vc = self.storyboard!.instantiateViewControllerWithIdentifier("tabBarViewController") as! TabBarViewController
self.presentViewController(vc, animated: true, completion: nil)
它工作得很好,但我唯一的问题是tabbaritem图像。。第一个显示正常,但第二个(有两个选项卡项)不想显示。。几秒钟后

Tabcontroller和TabBarItem在故事板中制作。不以编程方式


有人知道问题出在哪里吗?

问题出在iOS 9.2上。。将我的iPad更新为iOS 9.3.1,并已修复

查看图片,这是一个很大的文件吗?@JoeBenton nope。。它是一个大小为52x52的png。只有3-4秒,你是说它需要几秒钟才能显示出来,还是几秒钟后就消失了?@JoeBenton显示出来需要几秒钟。