Created
June 10, 2014 06:23
-
-
Save betawax/c551521698b67ed225f7 to your computer and use it in GitHub Desktop.
Swift object initializer
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
init() { | |
// Set self properties | |
// Call super.init() | |
// Set super properties | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source: http://ashfurrow.com/blog/swift-initializers