Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created May 27, 2019 06:47
Show Gist options
  • Select an option

  • Save AppleCEO/be7a2a2550d4ec72adfbe20df29734b6 to your computer and use it in GitHub Desktop.

Select an option

Save AppleCEO/be7a2a2550d4ec72adfbe20df29734b6 to your computer and use it in GitHub Desktop.
Default Initializers Example
struct TV {
var channel: Int = 1
}
var tv = TV()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment