Skip to content

Instantly share code, notes, and snippets.

@takasek
Created January 20, 2016 12:08
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 takasek/82d04b550c6ca25f5d35 to your computer and use it in GitHub Desktop.
Save takasek/82d04b550c6ca25f5d35 to your computer and use it in GitHub Desktop.
Then的なことをpureなclosureで書いたりもしてたけど(cf. gist)、Thenいいなー、すごくいいなー #__swift__ #CodePiece
let view = {
let v = UIView()
v.backgroundColor = UIColor.redColor()
v.layer.cornerRadius = 2
v.layer.borderWidth = 1
return v
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment