Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.

titleTextAttributes on UINavigationBar not auto reloading when changed #21

Open
jmwhittaker opened this issue Jun 18, 2013 · 0 comments

Comments

@jmwhittaker
Copy link

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"
            }
    }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant