ModalViewController * modal = [[ModalViewController alloc] init];
//把當前控制器作為背景
self.definesPresentationContext =YES;
//設(shè)置模態(tài)視圖彈出樣式
modal.modalPresentationStyle =UIModalPresentationOverFullScreen;?
?[selfpresentViewController:modal animated:YEScompletion:nil];