Skip to content

Instantly share code, notes, and snippets.

@hhanesand
Created March 8, 2016 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hhanesand/65930a0b4a8eb9343561 to your computer and use it in GitHub Desktop.
Save hhanesand/65930a0b4a8eb9343561 to your computer and use it in GitHub Desktop.
override var enabled: Bool = true {
didSet {
if self.mimicFillColorOfSystemButton {
self.updateButtonStateTo(self.enabled)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment