O oxcug macrumors newbie Original poster Oct 3, 2011 24 0 Apr 30, 2012 #1 I used to remember how to do this but, how do I return my app delegate object? It should look something like this right?: Code: _delegate = [UIApplication delegate];
I used to remember how to do this but, how do I return my app delegate object? It should look something like this right?: Code: _delegate = [UIApplication delegate];
C cMacSW macrumors regular Mar 20, 2006 180 0 Apr 30, 2012 #2 Like this delegate = [[UIApplication sharedApplication] delegate];