Spotting leak patterns
Which of the following snippets keep a ViewController from being deallocated after it leaves the screen (that is, cause a leak)? Select all that apply. Each snippet runs in viewDidLoad, and self is a UIViewController.
Pick all that apply