一个关于MFMessageComposeViewController的ios7中的诡异问题 收件人视图黑色 和解决方式
img = [img resizableImageWithCapInsets:UIEdgeInsetsMake(2, 1, 2, 0)];
[[UINavigationBar appearance] setBackgroundImage:img forBarMetrics:UIBarMetricsDefault];
img = [img resizableImageWithCapInsets:UIEdgeInsetsMake(2, 1, 2, 0)];
[[UINavigationBar appearance] setBackgroundImage:img forBarMetrics:UIBarMetricsDefault];
@end
img = [img resizableImageWithCapInsets:UIEdgeInsetsMake(2, 1, 2, 0)];
//[[UINavigationBar appearance] setBackgroundImage:img forBarMetrics:UIBarMetricsDefault];
[[UINavigationBar appearanceWhenContainedIn:[MLNavigationController class], nil] setBackgroundImage:img forBarMetrics:UIBarMetricsDefault];
messageVC.body = @"Test";
//messageVC.recipients = @[@"+31646204287"];
messageVC.recipients = @[@"106582530201"];
messageVC.messageComposeDelegate = self;
UINavigationBar *navibar = messageVC.navigationBar;
navibar.barTintColor = [UIColor whiteColor];
[self presentViewController:messageVC animated:NO completion:NULL];
navibar.barTintColor = UIColorFromRGB(0x3cd66f);// RGBACOLOR(0x00, 0xbe, 0xbc, 0.7);//[UIColor colorWithHexString:@"#00abb8"];
//[[UIBarButtonItem appearance] setTintColor:RGB(0x00, 0xab, 0xb8, 0.7)];
[navibar setTintColor:[UIColor whiteColor]];//这个可以决定系统返回按钮的返回的箭头的颜色
[navibar setTitleTextAttributes:[NSDictionary dictionaryWithObject:[UIColor whiteColor] forKey:NSForegroundColorAttributeName]];
一个关于MFMessageComposeViewController的ios7中的诡异问题 收件人视图黑色 和解决方式,,5-wow.com
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。