UIViewController anti-patterns

With great power comes great responsibility, and the UIViewController is a very powerful class. It's important to take care, or you could end up with leaks or other performance issues.

Let's go over some of the most common anti-patterns that we see in iOS applications involving UIViewControllers.