SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Is it possible to set the buttons to be side by side?
I'd like the buttons to be side by side, instead of on top of each other, because my project is for iPad only and I think buttons which are one on top of another are easier to miss click. Thanks guys!
@viniciusvieir did you ever found an answer for this?
@hpbl unfortunately no answer so far
add buttonsLayout in appearance works for me
let appearance = SCLAlertView.SCLAppearance(
showCloseButton: false,
buttonsLayout: SCLAlertButtonLayout.horizontal
)