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
-
layeredNavigationControllerThe nearest ancestor in the view controller hierarchy that is a FRLayeredNavigationController.
property -
layeredNavigationItemThe 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 *layeredNavigationControllerDiscussion
The nearest ancestor in the view controller hierarchy that is a FRLayeredNavigationController.
Declared In
UIViewController+FRLayeredNavigationController.hlayeredNavigationItem
The navigation item used to represent the view controller inside a FRLayeredNavigationController.
@property (nonatomic, readonly, strong) FRLayeredNavigationItem *layeredNavigationItemDiscussion
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