_profileVC.modalPresentationStyle=UIModalPresentationOverCurrentContext; //设置过后再设置页面的透明度
_profileVC.view.backgroundColor = RGB(244, 243, 243, 0.4);
_profileVC.view.superview.backgroundColor = [UIColor clearColor];
[self presentViewController:_profileVC animated:YES completion:^(void){
}];