iOS 绑定storyboard方法
UIStoryboard *stroy = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
ViewController * view=[stroy instantiateViewControllerWithIdentifier:@“view"];
[self.navigationController pushViewController:view animated:YES];
UIStoryboard *stroy = [UIStoryboard storyboardWithName:@"Main" bundle:nil];
ViewController * view=[stroy instantiateViewControllerWithIdentifier:@“view"];
[self.navigationController pushViewController:view animated:YES];