SCLAlertView-Swift icon indicating copy to clipboard operation
SCLAlertView-Swift copied to clipboard

Style Color of entire view

Open justdan0227 opened this issue 7 years ago • 2 comments

Am I just overlooking how you change the color of the entire dialog. If I want a Red Edit Dialog, how do you configure that. I see a style for setTitle, but not the entire dialog.

justdan0227 avatar Feb 13 '18 20:02 justdan0227

You can try:

let appearance = SCLAlertView.SCLAppearance(contentViewColor: .red)

algrid avatar Apr 15 '18 21:04 algrid

Thanks.. sorry .. forgot to + this.

justdan0227 avatar Jul 24 '18 14:07 justdan0227