、、、
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];
、、、
网友评论