开发者

Changing Title bar theme to blue for MFMailComposeViewController

开发者 https://www.devze.com 2023-01-07 04:42 出处:网络
I am using MFMailComposeViewController in my app, it shows a black title bar, how can i show its title bar with blue background theme开发者_如何学Go?Try this :

I am using MFMailComposeViewController in my app, it shows a black title bar, how can i show its title bar with blue background theme开发者_如何学Go?


Try this :

MFMailComposeViewController *picker = [[MFMailComposeViewController alloc] init];
picker.navigationBar.barStyle = UIBarStyleDefault;
0

精彩评论

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