我加入这个代码执行赛格瑞:故事板Segue公司
UIViewController *controller = [self.storyboard instantiateViewControllerWithIdentifier:@"groupselection"];
[self.navigationController pushViewController:controller animated:YES];
然后我给视图 - 控制在故事板这个ID:族群选择
但不执行SEGUE!有任何想法吗?
更新为包含在身份检查员 – Live2Enjoy7
感谢segue的命名,完美的作品 – Alessandro