Skip to content

Instantly share code, notes, and snippets.

@uc-compass-bot
Created October 15, 2019 14:16
Show Gist options
  • Save uc-compass-bot/a57530ed42e5e47ba495a5003cbf3f37 to your computer and use it in GitHub Desktop.
Save uc-compass-bot/a57530ed42e5e47ba495a5003cbf3f37 to your computer and use it in GitHub Desktop.
Deinit View Controller
class ViewController: UIViewController {
deinit {
print("View Controller has been released") // Set breakpoint on this line
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment