【发布时间】:2013-07-17 10:04:01
【问题描述】:
我想知道当前加载的故事板是什么,我使用了下面的代码,但它仍然让我得到主故事板而不是当前的。
//This get me the Main storyboard
[[NSBundle mainBundle].infoDictionary objectForKey:@"UIMainStoryboardFile"];
【问题讨论】:
标签: iphone ios storyboard uistoryboard uistoryboardsegue