Pixate / pixate-freestyle-ios

Pixate Freestyle for iOS
Apache License 2.0
849 stars 134 forks source link

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

Open pentateu opened 9 years ago

pentateu commented 9 years ago

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 commented 9 years ago

+1