From de2b402c65b11dbba9adf8bcca1964bce3d16d62 Mon Sep 17 00:00:00 2001 From: Seyyed Parsa Neshaei Date: Wed, 7 Jul 2021 12:24:38 +0430 Subject: [PATCH] Fixing issue #388 --- SCLAlertView/SCLAlertView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCLAlertView/SCLAlertView.swift b/SCLAlertView/SCLAlertView.swift index bf85de5..7af35d6 100644 --- a/SCLAlertView/SCLAlertView.swift +++ b/SCLAlertView/SCLAlertView.swift @@ -76,7 +76,7 @@ open class SCLButton: UIButton { var target:AnyObject! var selector:Selector! var action:(()->Void)! - var customBackgroundColor:UIColor? + open var customBackgroundColor: UIColor? var customTextColor:UIColor? var initialTitle:String! var showTimeout:ShowTimeoutConfiguration?