how to make UIAlertView with custom font , height and width?

Posted by shreya on Stack Overflow See other posts from Stack Overflow or by shreya
Published on 2010-03-24T14:06:20Z Indexed on 2010/03/24 14:13 UTC
Read the original article Hit count: 784

Filed under:
|
|

Hi All,

I want to show pop up of question with it's options. Each question have 3 options. Currently the text is not fitting in the UIAlertView. My UIalertView is in landscape mode.

my questions are,

1) How to change the font and font size of UIAlertView message and Button?

2) How to increase the height and width of UIAlertView?

OR please suggest me any other way , by which I implement the same pop up.

Thanks .

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c