Skip to content

Instantly share code, notes, and snippets.

@niwatako
Created March 12, 2016 04:50
Show Gist options
  • Select an option

  • Save niwatako/9c0c1358a7bb503b6f9d to your computer and use it in GitHub Desktop.

Select an option

Save niwatako/9c0c1358a7bb503b6f9d to your computer and use it in GitHub Desktop.
最初だけ初期化する、のではなく毎回新しく作り直して取得したいときはこうですね 、計算型プロパティ(Computed Properties) #cocoa_kansai #CodePiece
class File {
var content: Content {
return Content(path:self.path)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment