NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
A page in the Overview.
Tasks | |
Configuring a Page | |
NSString * | pageTitle property |
Subclassing | |
The following methods are provided to aid in subclassing and are not meant to be used externally. | |
UILabel * | titleLabel property |
(UILabel *) | - label |
Creating a Page | |
(NIOverviewPageView *) | + page |
Updating a Page | |
(void) | - update |
The title of the page.
The title label for this page.
By default this label will be placed flush to the bottom middle of the page.
Returns an autoreleased instance of this view.
Request that this page update its information.
Should be implemented by the subclass. The default implementation does nothing.
Creates a generic label for use in the page.