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

UIBarButtonItems not styled deeper than 1 into navigation stack #101

@a13xb

Description

@a13xb

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions