romaonthego / REFrostedViewController

iOS 7/8 style blurred view controller that appears on top of your view controller.
MIT License
2.97k stars 494 forks source link

How can i use presentViewController? #106

Open Rosenkreuz opened 10 years ago

Rosenkreuz commented 10 years ago

I wanna use mordal. But doesn't work navigation Items.

ViewController *vc = [[ViewController alloc] init];
vc.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;
[self presentViewController:vc animated:YES completion:nil];
[self dismissViewControllerAnimated:YES completion:nil];
fahlout commented 9 years ago

This has worked for me

[self.frostedViewController presentViewController:vc animated:YES completion:nil];