标签:storyboard
例子:要跳转到ZNewListAndImageTableView类,ZNewListAndImageTableView类是用storyBoard拉的
UIStoryboard *storyBoard = [UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]];
ZNewListAndImageTableView * newList = [storyBoard instantiateViewControllerWithIdentifier:@"ZNewListAndImageTableView"];
标签:storyboard
原文地址:http://5828666.blog.51cto.com/5818666/1550062