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