Saturday, September 28, 2013

The default size is the number of pop-up UIAlertView?

Add UIAlertView agreement UIAlertViewDelegate
In its delegate method can adjust the size of alert, the system default pop UIAlertView width and height, respectively, is how much?
- (Void) willPresentAlertView: (UIAlertView *) alertView
{
alert.frame = CGRectMake (x, y, width, height);
}

Reply:
Highly related to the content and your alert
Reply:
quote 1 floor hjue reply:
height and alert you about the content
General simply pop up a warning? Its width height
Reply:
Is generally 280 * 177

No comments:

Post a Comment