NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
The minimal amount of information required to configure a button view.
Tasks | |
Accessing the Object Attributes | |
NSString * | title property |
UIImage * | image property |
(Class) | - buttonViewClass |
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.