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:
General simply pop up a warning? Its width height
Reply:
Is generally 280 * 177
No comments:
Post a Comment