读书人

系统默认弹出UIAlertView大小是多少?

发布时间: 2013-01-25 15:55:29 作者: rapoo

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

读书人网 >Iphone

热点推荐