navigationBar 颜色 不透明
2021-03-16 本文已影响0人
开米肉丝酱
、、、
UIImage * backImage = [UIImage imageWithColor:[UIColor colorWithHexValue:@"#292929"] rect:CGRectMake(0, 0, self.view.width, 64)];
self.navigationController.navigationBar.backgroundColor = [UIColor colorWithHexValue:@"#292929"];
[self.navigationController.navigationBar setBackgroundImage:backImage forBarMetrics:UIBarMetricsDefault];
、、、