新建类继承UIImagePickerController 里面写上 self.navigationBar.translucent = NO; [self.navigationBar setBarTintColor:NavgationBarTintColor];//背景颜色 self.navigationBar.tintColor = [UIColor whiteColor]; //按钮颜色 [self.navigationBar setTitleTextAttributes:@{NSForegroundColorAttributeName:[UIColor whiteColor]}]; //标题颜色}
新建类继承UIImagePickerController
里面写上
self.navigationBar.translucent = NO;