Skip to content

Instantly share code, notes, and snippets.

@izackp
Last active June 15, 2017 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save izackp/e1173894af66bb0402b5e4d362c4f0c8 to your computer and use it in GitHub Desktop.
Save izackp/e1173894af66bb0402b5e4d362c4f0c8 to your computer and use it in GitHub Desktop.
Circular Reference Reminder
NavController {
	->ViewController
}

ViewController {
	->Table {
		Row {
			Action->ViewController.OnClick
		}
	}

	OnClick
}
Count = 2

ViewController wont be released until count = 0;

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