UINavigationController *nav = [[[UINavigationController alloc] initWithRootViewController:hotAlbum] autorelease];
nav.navigationBarHidden = YES;
[self presentModalViewController:nav animated:YES];
ios 页面跳转
最新推荐文章于 2024-08-11 23:47:44 发布