改变presentModalView大小

 rc.modalTransitionStyle = UIModalTransitionStyleFlipHorizontal;

 rc.modalPresentationStyle = UIModalPresentationFormSheet;

 [self presentModalViewController:rc animated:YES];

 rc.view.superview.frame = CGRectMake(0, 0, 200, 200);
原文地址:https://www.cnblogs.com/iosdev/p/3200365.html