2010-02-19 115 views

回答

9

请注意,MFMailComposeViewController继承自UINavigationController所以它也有navigationBar属性。

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

你比我^^是快一点。 – 2010-02-19 10:26:33

1

我知道这个帖子是相当过时,但人谁可能会发现它很有用,试试:

MFMailComposeViewController *mailController = [MFMailComposeViewController new]; 

[mailController.navigationBar setTintColor:[UIColor colorWithHue:240.0f/359.0f 
                 saturation:85.0f/100.0f 
                 brightness:60.0f/100.0f 
                  alpha:0.0f]];