您的位置:首页 > 产品设计 > UI/UE

Storyboard doesn't contain a view controller with identifier 'UIViewController'

2015-10-26 19:43 405 查看
转自:http://stackoverflow.com/questions/27357236/storyboard-doesnt-contain-a-view-controller-with-identifier-when-using-mult

如有侵犯,请来信oiken@qq.com

正在做着,突然出现crash,显示的log是

Storyboard (<UIStoryboard: 0x170054b20>) doesn't contain a view controller with identifier 'UIViewController'

擦,百度。

结果用了这个就好了:在这个ViewController 的属性里放一个 Storyboard ID,估计是xcode自己抽风。

I think your problem is here, navigate to the Main.storyBoard after that click on your viewController which you want to initiate after that give it to the identifier here:



May be this will help you.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: