您的位置:首页 > 产品设计 > UI/UE

uimodalpresentationformsheet resize ios7

2014-04-30 12:12 309 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: