instantiateViewControllerWithIdentifier:
メソッドでは、渡すView Controllerに識別子が必要です。ストーリーボードにアクセスしてView Controllerをクリックしましたが、識別子を設定するオプションが表示されません。このオプションはどこにありますか?
画像が示すように!それが役に立てば幸い!
次に、それを使用するために呼び出します:
[self.storyboard instantiateViewControllerWithIdentifier:@"YourViewControllerID"];
identity inspectorには、フィールドStoryboard IFがあります。ここにクラス名を入力し、instantiateViewControllerWithIdentifier:
でこの識別子を使用できます。