UIViewController(FRLayeredNavigationController) Category Reference
Declared in | UIViewController+FRLayeredNavigationController.h UIViewController+FRLayeredNavigationController.m |
Overview
The UIViewController(FRLayeredNavigationController) category provides convenience properties
to access a view controller’s FRLayeredNavigationItem and the nearest FRLayeredNavigationController. Just
as the navigationItem
and navigationController
properties of UIViewController.
Tasks
-
layeredNavigationController
The nearest ancestor in the view controller hierarchy that is a FRLayeredNavigationController.
property -
layeredNavigationItem
The navigation item used to represent the view controller inside a FRLayeredNavigationController.
property
Properties
layeredNavigationController
The nearest ancestor in the view controller hierarchy that is a FRLayeredNavigationController.
@property (nonatomic, readonly, strong) FRLayeredNavigationController *layeredNavigationController
Discussion
The nearest ancestor in the view controller hierarchy that is a FRLayeredNavigationController.
Declared In
UIViewController+FRLayeredNavigationController.h
layeredNavigationItem
The navigation item used to represent the view controller inside a FRLayeredNavigationController.
@property (nonatomic, readonly, strong) FRLayeredNavigationItem *layeredNavigationItem
Discussion
The navigation item used to represent the view controller inside a FRLayeredNavigationController.
Warning: This property is nil
until the view controller is shown on the screen. To configure the
FRLayeredNavigationItem before appearing on the screen use the following methods:
Declared In
UIViewController+FRLayeredNavigationController.h