0

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

  1.  

    [self presentViewController:MailController animated:YES completion:^{
        [[UIApplication sharedApplication]setStatusBarStyle:UIStatusBarStyleLightContent];
    }];
    
  2. set status bar appearance in viewdidload and in button tap event of opening mail composer.

But nothing is working.

screenshot

sshow
  • 8,820
  • 4
  • 51
  • 82
Maruti
  • 400
  • 4
  • 14

1 Answers1

0
        [[UINavigationBar appearance]setTintColor:[UIColor whiteColor]];
Sunny Shah
  • 12,990
  • 9
  • 50
  • 86