| 
    Nimbus
    0.9.3 - Nimbus is proudly hosted on Github
    
   An iOS framework whose growth is bounded by O(documentation). 
   | 
  
  
  
   
  
 
A page in the Overview.
Definition at line 30 of file NIOverviewPageView.h.
  
 Methods | |
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 | 
- (NSString*) pageTitle [read, write, copy] | 
        
The title of the page.
Definition at line 59 of file NIOverviewPageView.h.
- (UILabel*) titleLabel [read, retain] | 
        
The title label for this page.
By default this label will be placed flush to the bottom middle of the page.
Definition at line 73 of file NIOverviewPageView.h.
| + (NIOverviewPageView *) page | 
Returns an autoreleased instance of this view.
Definition at line 55 of file NIOverviewPageView.m.
| - (void) update | 
Request that this page update its information.
Should be implemented by the subclass. The default implementation does nothing.
Definition at line 113 of file NIOverviewPageView.m.
| - (UILabel *) label | 
Creates a generic label for use in the page.
Definition at line 61 of file NIOverviewPageView.m.