改变presentModalView大小

 

 rc.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;

 rc.modalPresentationStyle = UIModalPresentationFormSheet;

 [self presentModalViewController:rc animated:YES];

 rc.view.superview.frame = CGRectMake(0, 0, 200, 200);

 

posted on 2013-07-19 13:09  小浪鼓  阅读(275)  评论(0编辑  收藏  举报

导航