Skip to content

Instantly share code, notes, and snippets.

@krummler
Created April 17, 2020 10:10
Show Gist options
  • Save krummler/6b822ef80f7039c18f22ab77bb357811 to your computer and use it in GitHub Desktop.
Save krummler/6b822ef80f7039c18f22ab77bb357811 to your computer and use it in GitHub Desktop.
struct ButtonStateStyle {
let foreground: UIColor
let background: UIImage
}
struct ButtonStyle {
let font: UIFont
let insets: UIEdgeInsets
let enabled: ButtonStateStyle
let highlighted: ButtonStateStyle
let disabled: ButtonStateStyle
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment