Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).
NIOverviewConsoleLogPageView Class Reference

Overview

A page that shows all of the logs sent to the console.

overview-log1.png
The log page.

Definition at line 144 of file NIOverviewPageView.h.

Inheritance diagram for NIOverviewConsoleLogPageView:
NIOverviewPageView

Methods

Configuring a Page
NSStringpageTitle 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

Method Documentation

- (NSString*) pageTitle [read, write, copy, inherited]

The title of the page.

Definition at line 59 of file NIOverviewPageView.h.

- (UILabel*) titleLabel [read, retain, inherited]

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.

Generated for Nimbus by doxygen 1.7.4-20110629