Inherits from UINavigationBar
Declared in PXUINavigationBar.h

Overview

UINavigationBar supports the following element name:

  • navigation-bar

UINavigationBar supports the following pseudo-class states:

  • default (default)
  • landscape-iphone

UINavigationBar supports the following properties:

  • PXTransformStyler
  • PXLayoutStyler
  • PXOpacityStyler
  • PXShapeStyler
  • PXFillStyler
  • PXBorderStyler
  • PXBoxShadowStyler
  • PXBarMetricsAdjustmentStyler
  • PXFontStyler
  • PXPaintStyler
  • PXBarShadowStyler
  • color: // Deprecated in 1.1. Please use ‘color’ on the ‘title’ child element
  • text-shadow: // Deprecated in 1.1. Please use ‘text-shadow’ on the ‘title’ child element
  • font-family: // Deprecated in 1.1. Please use ‘font-family’ on the ‘title’ child element
  • font-size: // Deprecated in 1.1. Please use ‘font-size’ on the ‘title’ child element
  • font-style: normal | italic | oblique // Deprecated in 1.1. Please use ‘font-style’ on the ‘title’ child element
  • font-weight: normal | bold | black | heavy | extra-bold | ultra-bold | semi-bold | demi-bold | medium | light | extra-thin | ultra-thin | thin | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 // Deprecated in 1.1. Please use ‘font-weight’ on the ‘title’ child element
  • font-stretch: normal | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded // Deprecated in 1.1. Please use ‘font-stretch’ on the ‘title’ child element
  • PXTextContentStyler
  • text-transform: lowercase | uppercase | capitalize

UINavigationBar adds support for the following children:

  • title
  • navigation-item
  • back-indicator // iOS 7+
  • back-indicator-mask // iOS 7+
  • button-appearance
  • back-button-appearance

UINavigationBar title supports the following properties:

UINavigationBar back-indicator supports the following properties:

UINavigationBar back-indicator-mask supports the following properties:

UINavigationBar button-appearance supports the following properties:

UINavigationBar back-button-appearance supports the following properties:

NOTE: For opacity, 1.0 is opaque and anything less means non-opaque NOTE: See UIBarButtonItem properties for back-,left-,right-bar-buttons