Skip to content

Instantly share code, notes, and snippets.

@d-date
Created September 3, 2018 21:26
Show Gist options
  • Save d-date/01075ede6072679635c54b5fae89e739 to your computer and use it in GitHub Desktop.
Save d-date/01075ede6072679635c54b5fae89e739 to your computer and use it in GitHub Desktop.
We can apply style like this. Very simple implementation! #CodePiece #tryswiftnyc
let labelColorStyle = { set(\UILabel.textColor, $0) }
let primaryLabelStyle = labelColorStyle(UIColor.green)
let label = UILabel() |> primaryLabelStyle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment