You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: