具有相同模糊或透明背景的ios序列viewControllers

时间:2014-08-13 10:15:05

标签: ios transparent viewcontroller

如何使用具有透明背景的相同UIViewController创建UINavigationViewController的序列

我写

ProfileViewController *viewController = [[ProfileViewController alloc] init];

UINavigationController *navController = [[UINavigationController alloc] initWithRootViewController:viewController];

viewController.view.backgroundColor = [UIColor clearColor];
viewController.modalPresentationStyle = UIModalPresentationCurrentContext;
[self presentViewController:navController animated:YES completion:nil];

但是显示viewController的动画背景是透明的,但在透明消失之后

我看到了如何使用addSubview显示一个视图,但我的序列为uiviewcontrollers

0 个答案:

没有答案