美文网首页
Storyboard 的跳转

Storyboard 的跳转

作者: 福将的逆袭 | 来源:发表于2018-04-27 17:37 被阅读0次

第一种方式

UIStoryboard *mainSB = [UIStoryboard storyboardWithName:@"Main" bundle:nil];

SelfDetailViewController *selfdetailVC = [mainSB instantiateViewControllerWithIdentifier:@"ChangeSecondPWViewController"];

[self.navigationController pushViewController:selfdetailVC animated:YES];

第二种方式

[self performSegueWithIdentifier:@"ChangeSecondPWViewControlle" sender:nil];

相关文章

网友评论

      本文标题:Storyboard 的跳转

      本文链接:https://www.haomeiwen.com/subject/iyeblftx.html