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

Overview

A launcher view that simulates iOS' home screen launcher functionality.

Definition at line 40 of file NILauncherView.h.

Inherits UIView.

Methods

Configurable Properties
UIEdgeInsets padding property
Delegation
id< NILauncherDelegatedelegate property
Data Source
id< NILauncherDataSourcedataSource property
(void) - reloadData

Method Documentation

- NILauncherView: [read, write, assign]

The amount of padding on each side of the launcher view pages.

The bottom padding is considered above the page control.

Default values are 10 pixels of padding on all sides.

Definition at line 67 of file NILauncherView.h.

- NILauncherView: [read, write, assign]

The launcher view notifies the delegate of any user interaction or state changes.

Definition at line 72 of file NILauncherView.h.

- NILauncherView: [read, write, assign]

The launcher view populates its pages with information from the data source.

Definition at line 76 of file NILauncherView.h.

- (void) reloadData

Reload the launcher data.

This will release all of the launcher's buttons and call all necessary data source methods again.

Unlike the UITableView's reloadData, this is not a cheap method to call.

Definition at line 443 of file NILauncherView.m.

Generated for Nimbus by doxygen 1.7.4-20110629