开发者

status bar disappear when MFMailComposeViewController is loaded

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜