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

Overview

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

NSStringtitle property
NSStringimagePath property
(id) + itemDetailsWithTitle:imagePath:
(id) - initWithTitle:imagePath:

Method Documentation

- (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.

+ (id) itemDetailsWithTitle: (NSString *)  title
imagePath: (NSString *)  imagePath 

Convenience method for creating a launcher item details object.

Parameters:
titleThe title for the launcher button.
imagePathThe path to the launcher image.

Definition at line 53 of file NILauncherItemDetails.m.

- (id) initWithTitle: (NSString *)  title
imagePath: (NSString *)  imagePath 

The designated initializer.

Parameters:
titleThe title for the launcher button.
imagePathThe path to the launcher image.

Definition at line 43 of file NILauncherItemDetails.m.

Generated for Nimbus by doxygen 1.7.4-20110629