0

狀態欄有問題。它在其他視圖中照常顯示,但是當我嘗試使用mfmailcomposeviewcontroller發送郵件時,它會消失。狀態欄不顯示在mfmailcomposeviewcontroller

我嘗試了所有方法,但沒有發揮任何作用。

我已經試過

  1.  

    [self presentViewController:MailController animated:YES completion:^{ 
        [[UIApplication sharedApplication]setStatusBarStyle:UIStatusBarStyleLightContent]; 
    }]; 
    
  2. 設置狀態欄外觀viewDidLoad中和打開郵件的作曲家的按鈕點擊事件。

但沒有任何工作。

screenshot

回答

0
 [[UINavigationBar appearance]setTintColor:[UIColor whiteColor]]; 
+0

我已經嘗試過這一點,但對我來說這是行不通的。 – Maruti

+0

你有沒有在plist中添加UIViewControllerBasedStatusBarAppearance? –

+0

是的,我已經添加了。 – Maruti