From f36659b5d4fd5a96e1716728d8675763e2466387 Mon Sep 17 00:00:00 2001 From: Seyyed Parsa Neshaei Date: Wed, 7 Jul 2021 12:20:58 +0430 Subject: [PATCH] Fixing issue #395 - Is it possible to change the content mode of the icon image --- SCLAlertView/SCLAlertView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SCLAlertView/SCLAlertView.swift b/SCLAlertView/SCLAlertView.swift index bf85de5..eeea70f 100644 --- a/SCLAlertView/SCLAlertView.swift +++ b/SCLAlertView/SCLAlertView.swift @@ -305,7 +305,7 @@ open class SCLAlertView: UIViewController { var contentView = UIView() var circleBG = UIView(frame:CGRect(x:0, y:0, width:kCircleHeightBackground, height:kCircleHeightBackground)) var circleView = UIView() - var circleIconView : UIView? + open var circleIconView : UIView? var timeout: SCLTimeoutConfiguration? var showTimeoutTimer: Timer? var timeoutTimer: Timer?