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

UIBarButtonItems not styled deeper than 1 into navigation stack #101

Open
a13xb opened this issue Aug 18, 2015 · 0 comments
Open

UIBarButtonItems not styled deeper than 1 into navigation stack #101

a13xb opened this issue Aug 18, 2015 · 0 comments
Labels

Comments

@a13xb
Copy link

a13xb commented Aug 18, 2015

With this view controller hierarcy:

UINavigationController
    UITableViewController A: table with static cells, tap pushes B onto the stack
        UIBarButtonItem A1
        UIBarButtonItem A2
    UIViewController B
        UIBarButtonItem B1
        UIBarButtonItem B2

Stylesheet:

UIBarButtonItem
    title-text-attributes[state:normal] @
        font HelveticaNeue-Italic 30
        foreground-color red

In view controller A buttons A1 and A2 appear to be properly styled, when you move to view controller B, the style of B1 (back button) and B2 reverts to default.

@dnedrow dnedrow added the bug label Oct 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants