【发布时间】:2013-05-09 13:51:55
【问题描述】:
我想知道正在显示哪个故事板视图。
[self setLeftPanel:[self.storyboard instantiateViewControllerWithIdentifier:@"menuListViewController"]];
[self setCenterPanel:[self.storyboard instantiateViewControllerWithIdentifier:@"NavCenterController"]];
[self setRightPanel:[self.storyboard instantiateViewControllerWithIdentifier:@"designView"]];
我想检查是否显示“NavCenterController”,禁用某些东西
感谢任何 cmets。
【问题讨论】:
标签: iphone ios xcode uistoryboard