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

barsTintColor not applied to toolbar buttons #21

Closed
ngreenstein opened this issue Aug 23, 2012 · 1 comment
Closed

barsTintColor not applied to toolbar buttons #21

ngreenstein opened this issue Aug 23, 2012 · 1 comment

Comments

@ngreenstein
Copy link
Contributor

I'm trying to use barsTintColor to change an SVModalWebViewController's toolbar color to black. Code:

SVModalWebViewController *webViewController = [[SVModalWebViewController alloc] initWithAddress:@"http://google.com"];
webViewController.barsTintColor = [UIColor blackColor];
[self presentModalViewController:webViewController animated:YES];

The color is applied to the left button item and most of the toolbar as expected, but the buttons on the right side of the toolbar (reload, back, forward, action) and the area behind them aren't affected.

toolbar color issue

iOS 5.1, iPad, Xcode 4.4.1

@samvermette
Copy link
Member

Thanks Nathan!

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