首页 > 代码库 > 要跳转到storyboard拉的界面

要跳转到storyboard拉的界面

例子:要跳转到ZNewListAndImageTableView类,ZNewListAndImageTableView类是用storyBoard拉的

            UIStoryboard *storyBoard = [UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]];

            ZNewListAndImageTableView * newList = [storyBoard instantiateViewControllerWithIdentifier:@"ZNewListAndImageTableView"];


要跳转到storyboard拉的界面