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

navigation-bar button styles being lost when going back on UINavigationController #160

Open
pentateu opened this issue Dec 4, 2014 · 1 comment

Comments

@pentateu
Copy link

pentateu commented Dec 4, 2014

I have a simple style for the nav bar buttons and I have a custom Button on the right of my nav bars on both of my views..

css:
navigation-bar button{
color: red;
}

When the app starts in the first view the right button is styled correctly (red) .. when I push the second view in my UINavigationController the right button is styled correctly (red) .. when I go back to the first view the right button is blue (default iOS color)

@mmelkko
Copy link

mmelkko commented Dec 4, 2014

+1

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