how to make UIAlertView with custom font , height and width?
- by shreya
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 .