diff --git a/SCLAlertView/SCLAlertView.swift b/SCLAlertView/SCLAlertView.swift index 4c932f4..2cd9efb 100644 --- a/SCLAlertView/SCLAlertView.swift +++ b/SCLAlertView/SCLAlertView.swift @@ -742,6 +742,7 @@ public class SCLAlertView: UIViewController { return defaultImage } } +} // Helper function to convert from RGB to UIColor func UIColorFromRGB(rgbValue: UInt) -> UIColor { @@ -752,7 +753,6 @@ func UIColorFromRGB(rgbValue: UInt) -> UIColor { alpha: CGFloat(1.0) ) } -} // ------------------------------------ // Icon drawing