I have problem with status bar. Its is displaying as usual in other views but when i try to send mail using mfmailcomposeviewcontroller it get disappear.
I have tried all ways but did not put any effect.
I have tried
[self presentViewController:MailController animated:YES completion:^{ [[UIApplication sharedApplication]setStatusBarStyle:UIStatusBarStyleLightContent]; }];
set status bar appearance in viewdidload and in button tap event of opening mail composer.
But nothing is working.