Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
絵コンテゲームを作りました。私は3つの命を設定しましたが、すべての命がなくなったときに、結果viewcontrollerのように別のviewcontrollerを呼び出して、スコア結果を播種したいと考えています。どうすればいいですか?他のコントローラーを呼び出すには?
次のコードを試して、ビュー コントローラーをロードします。
YourViewController *controller = [self.storyboard instantiateViewControllerWithIdentifier:@"YourIdentifire"]; [self.navigationController pushViewController:controller animated:YES];