UIStoryboard*story=[UIStoryboardstoryboardWithName:@"Main"bundle:nil];
rootViewController*rootVC=[storyinstantiateViewControllerWithIdentifier:@"root"];
[selfpresentViewController:rootVCanimated:YEScompletion:nil];
UIStoryboard*story=[UIStoryboardstoryboardWithName:@"Main"bundle:nil];
rootViewController*rootVC=[storyinstantiateViewControllerWithIdentifier:@"root"];
[selfpresentViewController:rootVCanimated:YEScompletion:nil];
本文标题:storyboard 跳转
本文链接:https://www.haomeiwen.com/subject/vvrijttx.html
网友评论