我听说在 XCode 4.5 中有一些变化,故事板标识符不再称为标识符,而是故事板 ID。我尝试使用它,但它没有启动任何东西。它总是空白。我究竟做错了什么?
UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Storyboard" bundle:nil];
HistoryViewController* historyVC = [storyboard instantiateViewControllerWithIdentifier:@"histSB"];
和
[self presentViewController:historyVC animated:YES completion:nil];
或者
[self.navigationController pushViewController:historyVC animated:YES];
或者
[self presentModalViewController:historyVC animated:YES];
有关故事板中的设置,请参见屏幕截图: