In UIViewController\'s documentation, Apple suggests calling the super at some point in the implementation of viewWillAppear, viewDidAppear, viewWillDisappear, viewDidDisapp
I generally will call these first within my implementation. In most cases it shouldn't matter though.