Skip to content

Instantly share code, notes, and snippets.

@tranhieutt
Created July 22, 2017 11:35
Show Gist options
  • Save tranhieutt/ce14ee75d2f3aad138e9a9f71e2acd05 to your computer and use it in GitHub Desktop.
Save tranhieutt/ce14ee75d2f3aad138e9a9f71e2acd05 to your computer and use it in GitHub Desktop.
Swift_override_init_customView
required init(coder aDecoder: NSCoder) {
super.init(coder: aDecoder)!
}
override init(frame: CGRect) {
super.init(frame: frame)
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment