Possible Duplicate:
[super viewDidLoad] convention
Does it make a difference where I put [super viewDidLoad]
within the viewDidLoad
in my UIViewController? I.e., should it go at the beginning (before my code to set up the UIViewController) or the end )after my code to set up the UIViewController) of the method, or does it not make any difference?