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 that renders a graph showing free disk space.
Tasks | |
(CGFloat) | - graphViewXRange: |
(CGFloat) | - graphViewYRange: |
(void) | - resetPointIterator |
(BOOL) | - nextPointInGraphView:point: |
(void) | - resetEventIterator |
(BOOL) | - nextEventInGraphView:xValue:color: |
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.
Fetches the total range of all x values for this graph.
Fetches the total range of all y values for this graph.
The data source should reset its iterator for fetching points in the graph.
Fetches the next point in the graph to plot.
The data source should reset its iterator for fetching events in the graph.
Fetches the next event in the graph to plot.