SCLAlertView-Swift
SCLAlertView-Swift copied to clipboard
Style Color of entire view
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.
You can try:
let appearance = SCLAlertView.SCLAppearance(contentViewColor: .red)
Thanks.. sorry .. forgot to + this.