Skip to content

Commit

Permalink
Merge pull request #185 from falkobuttler/feature/add_more_appearance…
Browse files Browse the repository at this point in the history
…_options

Fixed compile error
  • Loading branch information
vikmeup committed May 18, 2016
2 parents b7ea0fa + d00eaf8 commit 03bb754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SCLAlertView/SCLAlertView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,7 @@ public class SCLAlertView: UIViewController {
return defaultImage
}
}
}

// Helper function to convert from RGB to UIColor
func UIColorFromRGB(rgbValue: UInt) -> UIColor {
Expand All @@ -752,7 +753,6 @@ func UIColorFromRGB(rgbValue: UInt) -> UIColor {
alpha: CGFloat(1.0)
)
}
}

// ------------------------------------
// Icon drawing
Expand Down

0 comments on commit 03bb754

Please sign in to comment.