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.
With this view controller hierarcy:
Stylesheet:
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.