robertwijas / UISS

UIAppearance Stylesheets
MIT License
1.23k stars 80 forks source link

titleTextAttributes on UINavigationBar not auto reloading when changed #21

Open jmwhittaker opened 11 years ago

jmwhittaker commented 11 years ago

Styling a UINavigationBar changing any 'titleTextAttributes' won't auto reload the titlebar. Making a change to the 'tintColor' on 'UINavigationBar' will force a change and also apply any changes set to 'titleTextAttributes'.

Example uiss.json style file.

"UINavigationBar":{
        "tintColor":"white",
        "titleTextAttributes": {
                "textColor": "#333333",
                "textShadowOffset":[0,1],
                "textShadowColor":"#eeeeee"
            }
    }