You can imagine a translucent modal controller as follows:
NewViewController* newVC = [[NSClassFromString(@"NewViewController") alloc] initWithNibName:deviceNib bundle:nil];
self.modalPresentationStyle = UIModalPresentationCurrentContext;
newVC.modalTransitionStyle = UIModalTransitionStyleCrossDissolve;
[self presentViewController:newVC animated:YES completion:NULL];
, UIModalPresentationCurrentContext self.modalPresentationStyle, newVC.modalPresentationStyle
, UIModalTransitionStyleCrossDissolve, VC.view , , , newCC.view backgroundColor UIView, backgroundColor