SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Change Button Size
I'd like to change the size of the buttons within the alert view but I can't seem to do it. The kWindowHeight and kWindowWidth properties just change the dimensions of the AlertView itself without changing the buttons. The kButtonHeight property only changes the spacing between the buttons not the size itself. Any suggestions?
Thanks guys, fantastic work Alex

Add "btn.frame = CGRect(....)" in "for btn in buttons{}" to change size. I am looking for some smart way,too...
Please make the btn.frame height portion of the CGRect settable (i.e. not hardcoded to 35).