Skip to content

Instantly share code, notes, and snippets.

@o-nnerb
Created June 24, 2021 22:42
Show Gist options
  • Save o-nnerb/42839f19d24581b4e88d57bd5173db28 to your computer and use it in GitHub Desktop.
Save o-nnerb/42839f19d24581b4e88d57bd5173db28 to your computer and use it in GitHub Desktop.
Implementation of ColorType protocol in UIColor
extension UIColor: ColorType {
public static var ds: DSColors<UIColor> {
DSColors { literal in
UIColor(
name: literal,
in: .module,
compatibleWith: nil
)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment