change width of UIAlertView in iPad

Posted by Krishnan on Stack Overflow See other posts from Stack Overflow or by Krishnan
Published on 2010-05-04T08:04:58Z Indexed on 2010/05/04 8:08 UTC
Read the original article Hit count: 562

Filed under:
|

Hi Friends,

Is there any way to change the frame of the UIAlertView in iPhone or iPad. I tried changing the frame in the following delegate method- (void)willPresentAlertView:(UIAlertView *)alertView;

but even then the width of the Alertview remained unchanged. And I think a small Alertview in iPad will not make sense. And I guess there must be a way to achieve it, at least in iPad.

Thanks, krishnan.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about uialertview