1.給storyBoard頁面設(shè)置storyBoardID:

設(shè)置storyboard
2.跳轉(zhuǎn)代碼:
UIStoryboard * storyBoard = [UIStoryboard storyboardWithName:@"MainStoryBoard” bundle:nil];
HomeViewController *vc = [storyBoard instantiateViewControllerWithIdentifier:@“這里是設(shè)置的StoryBoardID];
[self.navigationController pushViewController:vc animated:YES];