문제

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 .

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top