I am buliding a dark themed iOS 6 and 7 app. I understand I can call [[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent]; to make
[[UIApplication sharedApplication] setStatusBarStyle:UIStatusBarStyleLightContent];
take a look to respondsToSelector
[delegate respondsToSelector:@selector(myMethod:)]