开发者

status bar disappear when MFMailComposeViewController is loaded

开发者 https://www.devze.com 2023-01-16 05:58 出处:网络
When the MFMailComposeViewController modal view is loaded, the status bar disappeared. It doesn\'t appear again anymore if I navigate back to other view controllers.

When the MFMailComposeViewController modal view is loaded, the status bar disappeared. It doesn't appear again anymore if I navigate back to other view controllers. So after M开发者_开发技巧FMailComposeViewController is loaded, the apps end up with no status bar.

Is there any way to fix it?


Check the code that launches MFMailComposeViewController, to ensure its not hiding your status bar.

Also on the delrgate for the dismiss you could put: [[UIApplication sharedApplication] setStatusBarHidden:NO animated:NO];

Tom.

0

精彩评论

暂无评论...
验证码 换一张
取 消