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