NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
An implementation of the NILauncherViewObject protocol.
Tasks | |
(id) | - initWithTitle:image: |
(id) | + objectWithTitle:image: |
Accessing the Object Attributes | |
NSString * | title property |
UIImage * | image property |
(Class) | - buttonViewClass |
Initializes a newly allocated launcher view object with a given title and image.
This is the designated initializer.
Allocates and returns an autoreleased instance of a launcher view object.
The title that will be displayed on the launcher view button.
The image that will be displayed on the launcher view button.
The class of button view that should be used to display this object.
This class must conform to the NILauncherButtonView protocol.