dogo / SCLAlertView

Beautiful animated Alert View. Written in Objective-C
MIT License
3.5k stars 534 forks source link

Button height support #212

Closed Zkog closed 8 years ago

Zkog commented 8 years ago

It is possible to change the height of a button with:

CGRect frame = positiveButton.frame; frame.size.height = BUTTON_HEIGHT; positiveButton.frame = frame;

But the height of the window does not get resized so it is always to small.

dogo commented 8 years ago

Please @Zkog check for duplicate issues.

https://github.com/dogo/SCLAlertView/issues/207