美文网首页
push跳转到XIB关联的VC

push跳转到XIB关联的VC

作者: 钟华威 | 来源:发表于2019-04-19 14:58 被阅读0次

CreatePlanetSecondStepViewController *next = [[CreatePlanetSecondStepViewController alloc]initWithNibName:@"CreatePlanetSecondStepViewController" bundle:[NSBundle mainBundle]];

        next.starHeadImageUrl = headImageUrl;

        next.starTitle=planetTF.text;

        [self.navigationController pushViewController:next animated:YES];

相关文章

网友评论

      本文标题:push跳转到XIB关联的VC

      本文链接:https://www.haomeiwen.com/subject/baqjlftx.html