wimagguc / ios-custom-alertview

Custom UIAlertView. Continue adding images and UIViews to dialogs in iOS7+
Other
1.66k stars 394 forks source link

Allow multi-line text for buttons #104

Closed yiboyu closed 8 years ago

yiboyu commented 8 years ago

Currently, the buttons only display text in one line, which results in truncation if the text is long.

This fix should allow longer button texts to be formatted better.

wimagguc commented 8 years ago

Thanks!