iOS 绑定storyboard方法

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

    ViewController * view=[stroy instantiateViewControllerWithIdentifier:@“view"];

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

posted @ 2015-06-30 17:26  tongyuling  阅读(397)  评论(0)    收藏  举报