CreateThemesViewController *creat = [[CreateThemesViewController alloc] init];
UINavigationController *nav = [[UINavigationController alloc] initWithRootViewController:creat];
[self presentViewController:nav animated:YES completion:NULL];
模态页面跳转到下一页
最新推荐文章于 2022-03-18 19:39:12 发布