Skip to content

Instantly share code, notes, and snippets.

@betawax
Created June 10, 2014 06:23
Show Gist options
  • Save betawax/c551521698b67ed225f7 to your computer and use it in GitHub Desktop.
Save betawax/c551521698b67ed225f7 to your computer and use it in GitHub Desktop.
Swift object initializer
init() {
// Set self properties
// Call super.init()
// Set super properties
}
@betawax
Copy link
Author

betawax commented Jun 10, 2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment