开发者

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

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜