码迷,mamicode.com
首页 > 移动开发 > 详细

uimodalpresentationformsheet resize ios7

时间:2014-05-01 01:43:33      阅读:456      评论:0      收藏:0      [点我收藏+]

标签:com   style   class   c   t   size   sp   color   re   view   for   

CROHomeCRAAddController *temp =[[CROHomeCRAAddControlleralloc] init];

    

    temp.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;

    temp.modalPresentationStyle = UIModalPresentationFormSheet;

    

    [self.parentViewController.parentViewControllerpresentViewController:temp animated:YEScompletion:^(){

        

    }];

    

    temp.view.superview.frame = CGRectMake(0, 0, 824, 600);

 

 

在CROHomeCRAAddController的类中,加入

- (void)viewWillLayoutSubviews{

    [superviewWillLayoutSubviews];;

//    self.view.frame = CGRectMake(-130, -30, 824, 600);

    self.view.frame = CGRectMake(0, 0, 824, 600);

    self.view.superview.frame = CGRectMake(100, 30, 824, 600);

    self.view.superview.backgroundColor = [UIColorredColor];

}

可以实现!!!ios7

uimodalpresentationformsheet resize ios7,码迷,mamicode.com

uimodalpresentationformsheet resize ios7

标签:com   style   class   c   t   size   sp   color   re   view   for   

原文地址:http://www.cnblogs.com/sanjianghuiliu/p/3701048.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!