标签:
self.view.window.rootViewController.modalPresentationStyle = UIModalPresentationCurrentContext; //半透明
BiaoQianViewController *biaoQianVC = [[BiaoQianViewController alloc] init];
biaoQianVC.modalPresentationStyle = UIModalPresentationOverFullScreen;
biaoQianVC.view.frame = self.view.frame;
[self presentViewController:biaoQianVC animated:YES completion:nil];
标签:
原文地址:http://www.cnblogs.com/sgdkg/p/4832013.html