MFMailComposeViewController bar background color not changing in iOS7

前端 未结 9 1442
情歌与酒
情歌与酒 2020-12-31 00:32

I\'m trying to change the background color of the MFMailComposeViewController in iOS7 but I cannot make it work.

I\'m

9条回答
  •  礼貌的吻别
    2020-12-31 00:52

    @SoftDesigner's answer:

    As of iOS 9:

    [UINavigationBar appearance].tintColor = yourFavoriteColor;
    

    does not work on the MFMailComposeViewController.

    The rest of the answer works (I used it), but as far as I can tell you're stuck with Apple's colors for the nav bar buttons.

    Hope this saves someone else some angst.

提交回复
热议问题