Question

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 .

Was it helpful?

Solution

A better idea might be to make a custom UIView (that you can design in Interface Builder) and have that "pop up" by adding/removing it as a subview from the current view.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top