é ã®ä¸ã®æ¶ãã´ã ã®å¨åãå¼·ããã... MainStoryboardã®ViewControllerã«identifierãã¤ããã ã¾ããå¤ã渡ãããå´ã®ViewControllerã«ã以ä¸ã®ãããªidentifierãã¤ããã 以ä¸ã®ãããªã³ã¼ããæ¸ã - (IBAction)nextButton{ SecondViewController *secondVC = [self.storyboard instantiateViewControllerWithIdentifier:@"SecondViewController"]; secondVC.secondNum = self.firstNum; [self presentViewController:secondVC animated:YES completion:nil];//YESãªãModal,Noãªãä½ããªã }
{{#tags}}- {{label}}
{{/tags}}