Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
A convenience class for managing the data used to create an NILauncherButton.
In your own implementation of a launcher controller you do not need to use this object; it is a trivial convenience object for containing the basic information required to display an NILauncherButton. You may choose to forego the use of a container object altogether and populate your launcher buttons from a data store, or perhaps from a downloaded JSON file.
Definition at line 27 of file NILauncherItemDetails.m.
Methods | |
NSString * | title property |
NSString * | imagePath property |
(id) | + itemDetailsWithTitle:imagePath: |
(id) | - initWithTitle:imagePath: |
- (NSString*) title [read, write, copy] |
The title for the launcher button.
Definition at line 172 of file NILauncherViewController.h.
- (NSString*) imagePath [read, write, copy] |
The path to the launcher image.
Definition at line 177 of file NILauncherViewController.h.
Convenience method for creating a launcher item details object.
title | The title for the launcher button. |
imagePath | The path to the launcher image. |
Definition at line 53 of file NILauncherItemDetails.m.
The designated initializer.
title | The title for the launcher button. |
imagePath | The path to the launcher image. |
Definition at line 43 of file NILauncherItemDetails.m.