Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

系统相册页面问题 #15

Closed
shitaBro opened this issue Jun 30, 2017 · 2 comments
Closed

系统相册页面问题 #15

shitaBro opened this issue Jun 30, 2017 · 2 comments

Comments

@shitaBro
Copy link

跳转选择相册UIImagePickerController 页面,[picker navigationBar].titleTextAttributes = @{NSForegroundColorAttributeName: [UIColor whiteColor],NSFontAttributeName : [UIFont boldSystemFontOfSize:17]}; [picker.navigationBar setTintColor:[UIColor blackColor]];
更改相册导航栏颜色代码无效

@wangrui460
Copy link
Owner

[self wr_setNavBarBarTintColor:[UIColor whiteColor]];
请用我提供的这个方法来更改导航栏颜色

@shitaBro
Copy link
Author

我用的是自定义的navbar [self wr_setCustomNavBar:self.navBar];
导航是白色,[self wr_setNavBarBarTintColor:[UIColor whiteColor]];这个代码只能改相册之前的页面的导航颜色,present过来的imagepicker的颜色还是改不了,是不是runtime 更改了imagepicker的导航颜色?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants