Skip to content

Instantly share code, notes, and snippets.

@ksoftllc
Created February 20, 2019 01:06
Show Gist options
  • Save ksoftllc/696724b5d85f17a9e848d7093dc8ad3e to your computer and use it in GitHub Desktop.
Save ksoftllc/696724b5d85f17a9e848d7093dc8ad3e to your computer and use it in GitHub Desktop.
A print statement to document when a class instance is deallocated from memory
#if DEBUG
deinit {
print("\(String(describing: self)) deinit")
}
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment