This happens so often that I always add the MyCustomAppDelegate method for this for me (so I don't have a lot of castings in my code.
@implementation MyCustomAppDelegate () - (MyCustomAppDelegate *)appDelegate { return (MyCustomAppDelegate *)[[UIApplication sharedApplication] delegate]; } @end
now i can call
[MyCustomAppDelgate appDelegate]
source share