Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
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< NILauncherDelegate > | delegate property |
Data Source | |
id< NILauncherDataSource > | dataSource property |
(void) | - reloadData |
- 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.