Created
January 20, 2016 12:08
-
-
Save takasek/82d04b550c6ca25f5d35 to your computer and use it in GitHub Desktop.
Then的なことをpureなclosureで書いたりもしてたけど(cf. gist)、Thenいいなー、すごくいいなー #__swift__ #CodePiece
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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