UptownInforController *uptownInfor = [[UIStoryboard storyboardWithName:@"UptownRenovationMain" bundle:nil]instantiateViewControllerWithIdentifier:@"uptownInfor"];
uptownInfor:storyboard中viewcontroller的storyboard ID
UptownInforController *uptownInfor = [[UIStoryboard storyboardWithName:@"UptownRenovationMain" bundle:nil]instantiateViewControllerWithIdentifier:@"uptownInfor"];
uptownInfor:storyboard中viewcontroller的storyboard ID
转载于:https://www.cnblogs.com/saurik/p/4877479.html