warning: ApplicationDelegate may not respond to '<functionname>'
I have include <functionname> in my applicationdelegate.m folder. I tried calling it using
and i receive that error. Please help me...
I have include <functionname> in my applicationdelegate.m folder. I tried calling it using
Code:
[(AppDelegate*)[[UIApplication sharedApplication] delegate] <function name> :imageName withImage:imagePath];
and i receive that error. Please help me...