CROHomeCRAAddController *temp =[[CROHomeCRAAddControlleralloc] init];ios
temp.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;spa
temp.modalPresentationStyle = UIModalPresentationFormSheet;orm
[self.parentViewController.parentViewControllerpresentViewController:temp animated:YEScompletion:^(){ip
}];it
temp.view.superview.frame = CGRectMake(0, 0, 824, 600);io
在CROHomeCRAAddController的類中,加入class
- (void)viewWillLayoutSubviews{ios7
[superviewWillLayoutSubviews];;im
// self.view.frame = CGRectMake(-130, -30, 824, 600);animate
self.view.frame = CGRectMake(0, 0, 824, 600);
self.view.superview.frame = CGRectMake(100, 30, 824, 600);
self.view.superview.backgroundColor = [UIColorredColor];
}
能夠實現!!!ios7