Skip to content

Instantly share code, notes, and snippets.

@giovani-pereira-ifood
Created September 25, 2020 16:21
Show Gist options
  • Save giovani-pereira-ifood/96875cd0f3905bf7a70d9b02485c5f68 to your computer and use it in GitHub Desktop.
Save giovani-pereira-ifood/96875cd0f3905bf7a70d9b02485c5f68 to your computer and use it in GitHub Desktop.
extension Icon {
func callAsFunction(color: UIColor = .black) -> IconView {
IconView(icon: self, color: color)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment