1、NavBar背景图片及barbuttonItem的颜色设置:

    picker.navigationBar.tintColor = [UIColor colorWithRed:209.0/255 green:183.0/255 blue:126.0/255 alpha:1.0];
    
    if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 5.0) {
        [picker.navigationBar setBackgroundImage:[UIImage imageNamed:@"nav_bg.png"] forBarMetrics:UIBarMetricsDefault];
    }

2、其title为邮件的subject(主题),不可修改;

3、界面背景不可修改。

相关文章:

  • 2021-09-28
  • 2022-02-21
  • 2021-11-07
  • 2021-05-12
  • 2021-09-13
  • 2021-05-25
  • 2022-01-19
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-02-05
  • 2021-05-29
  • 2022-03-12
  • 2019-08-08
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案