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

Nav bar background remains black #35

Closed
pkasson opened this issue Apr 12, 2014 · 2 comments
Closed

Nav bar background remains black #35

pkasson opened this issue Apr 12, 2014 · 2 comments

Comments

@pkasson
Copy link

pkasson commented Apr 12, 2014

After viewing a chart in a VC and returning to the app VC, which has a navigation bar, the nav bar's bg or tint is black (using default values for bar chart, which has black bg/tint).

I have tried to change this behavior in the UI to revert to proper nav controller bg/tint but the nav button text color is also affected.

What can be done when the VC disappears to revert to the standard colorization ?

@terryworona
Copy link
Collaborator

Hey @pkasson, this sounds like an issue unrelated to the JBChartView library.

Maybe try posting your question and any relevant example code to http://stackoverflow.com?

@pkasson
Copy link
Author

pkasson commented Apr 12, 2014

You are right, sorry. I did correct it by just commenting out the following:
// [[UINavigationBar appearance] setBarTintColor:kJBColorNavigationTint];
// [[UINavigationBar appearance] setTintColor:kJBColorNavigationBarTint];
in the

JBBaseNavigationController class, and initWithRootViewController

method.

Date: Sat, 12 Apr 2014 09:14:33 -0700
From: notifications@github.com
To: JBChartView@noreply.github.com
CC: pkasson@hotmail.com
Subject: Re: [JBChartView] Nav bar background remains black (#35)

Hey @pkasson, this sounds like an issue unrelated to the JBChartView library.

Maybe try posting your question and any relevant example code to http://stackoverflow.com?


Reply to this email directly or view it on GitHub.

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