uimodalpresentationformsheet resize ios7

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

相关文章
相关标签/搜索