您的位置:首页 > 编程语言

在storyboard中使用代码实现跳转

2013-12-24 13:25 267 查看
UIStoryboard *board = [UIStoryboard
storyboardWithName:@"Main"
bundle:nil];
Person****ViewController *next = [board
instantiateViewControllerWithIdentifier:@"Person******ViewController"];
[self.navigationController
pushViewController:next animated:YES];
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: