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

iOS8 can not set property barsTintColor #118

Closed
ykws opened this issue Dec 25, 2014 · 3 comments
Closed

iOS8 can not set property barsTintColor #118

ykws opened this issue Dec 25, 2014 · 3 comments

Comments

@ykws
Copy link

ykws commented Dec 25, 2014

Maybe iOS8 quickly show web view controller before call viewWillAppear,
cause of can not set property.

ykws added a commit to ykws/SVWebViewController that referenced this issue Dec 25, 2014
Maybe iOS8 quickly show web view controller
before call viewWillAppear,
so set property immediately.

fixes TransitApp#118
@kmiloaguilar
Copy link

With this is it possible to change the color?

@ykws
Copy link
Author

ykws commented Aug 5, 2015

Yes, possible.
But it is no need this commit, because it can change the color.

SVModalWebViewController *webViewController = [[SVModalWebViewController alloc] initWithURL:URL];
webViewController.barsTintColor = [UIColor blackColor];

@ykws ykws closed this as completed Aug 5, 2015
@kmiloaguilar
Copy link

Thanks!

This issue was closed.
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