2012-01-03 81 views

回答

2

您可以直接訪問導航欄,如下所示:

MFMailComposeViewController *viewController = [[MFMailComposeViewController alloc] init]; 
viewController.navigationBar.tintColor = [UIColor blueColor]; ///< Or whatever colour you want to tint it/set the background image to, etc. 
相關問題