InputViewController *vc = [[InputViewController alloc] init];
self.definesPresentationContext = YES;//這個(gè)必須要
vc.view.backgroundColor = [UIColor colorWithRed:0 green:0 blue:0 alpha:.4];
vc.modalPresentationStyle = UIModalPresentationOverCurrentContext;
[self presentViewController:vc animated:YES completion:nil];
模態(tài)彈出一個(gè)半透明頁面音羞,可以看到上一個(gè)頁面的內(nèi)容卑笨,彈出來的界面不需要做特殊處理吓著。一般用于點(diǎn)擊按鈕進(jìn)行回復(fù)。