系统默认弹出UIAlertView大小是多少?添加UIAlertView协议 UIAlertViewDelegate在它的委托方法中可以调节alert大小,系统默认弹出UIAlertView宽度和高度分别是多少呢?-(void)willPresentAlertView:(UIAlertView *)alertView{ alert.frame = CGRectMake(x, y, width, height);}[解决办法]高度和你alert的内容有关