XCode 4.5 では、Storyboard 識別子が識別子ではなく、Storyboard 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];
ストーリーボードの設定については、スクリーンショットを参照してください。