Inherits from NSObject
Conforms to UIAppearance
Declared in FRNavigationBar.h
FRNavigationBar.m

Overview

It’s a bar, typically displayed at the top of the screen, containing the view controller’s title and optionally some buttons or other views.

Tasks

  • + appearance

    Returns an object which can be used to set global styles for the FRNavigationBar.

  • + appearanceWhenContainedIn:

    Returns an object which can be used set the style of an FRNavigationBar when embedded within other appearance containers.

  •   backgroundImage

    The default background image of all FRNavigationBars in the application. If none is specified, the default gray gradient of the iPad is used.

    property
  •   titleTextAttributes

    The default text attributes for FRNavigationBar titles. Defaults to the etched dark gray look that is default on iPad navigation bars.

    property

Properties

backgroundImage

The default background image of all FRNavigationBars in the application. If none is specified, the default gray gradient of the iPad is used.

@property (nonatomic, strong) UIImage *backgroundImage

Discussion

The default background image of all FRNavigationBars in the application. If none is specified, the default gray gradient of the iPad is used.

Declared In

FRNavigationBar.h

titleTextAttributes

The default text attributes for FRNavigationBar titles. Defaults to the etched dark gray look that is default on iPad navigation bars.

@property (nonatomic, copy) NSDictionary *titleTextAttributes

Discussion

The default text attributes for FRNavigationBar titles. Defaults to the etched dark gray look that is default on iPad navigation bars.

Declared In

FRNavigationBar.h

Class Methods

appearance

Returns an object which can be used to set global styles for the FRNavigationBar.

+ (FRNavigationBar *)appearance

Discussion

Returns an object which can be used to set global styles for the FRNavigationBar.

Declared In

FRNavigationBar.h

appearanceWhenContainedIn:

Returns an object which can be used set the style of an FRNavigationBar when embedded within other appearance containers.

+ (FRNavigationBar *)appearanceWhenContainedIn:(Class<UIAppearanceContainer>)ContainerClass, ...

Parameters

ContainerClass

A nil-terminated list of appearance container classes.

...

A nil-terminated list of appearance container classes.

Discussion

Returns an object which can be used set the style of an FRNavigationBar when embedded within other appearance containers.

Declared In

FRNavigationBar.h