Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
The root scrolling page view of the Overview.
Definition at line 28 of file NIOverviewView.h.
Inherits UIView.
Methods | |
BOOL | translucent property |
(void) | - addPageView: |
(void) | - removePageView: |
(void) | - updatePages |
- (BOOL) translucent [read, write, assign] |
Whether the view has a translucent background or not.
Definition at line 43 of file NIOverviewView.h.
- (void) addPageView: | (NIOverviewPageView *) | page |
Adds a new page to the Overview.
Definition at line 183 of file NIOverviewView.m.
- (void) removePageView: | (NIOverviewPageView *) | page |
Removes a page from the Overview.
Definition at line 192 of file NIOverviewView.m.
- (void) updatePages |
Update all of the views.
Definition at line 201 of file NIOverviewView.m.