The iOS framework that grows only as fast as its documentation
<NILauncherViewObject> Protocol Reference

Overview

The minimal amount of information required to configure a button view.

Inheritance diagram for <NILauncherViewObject>:
NILauncherViewObject

Tasks

Accessing the Object Attributes
NSString * title property
 
UIImage * image property
 
(Class) - buttonViewClass
 

Method Documentation

title

The title that will be displayed on the launcher view button.

@property (nonatomic, copy) NSString* title;

image

The image that will be displayed on the launcher view button.

@property (nonatomic, strong) UIImage* image;

buttonViewClass

The class of button view that should be used to display this object.

- (Class)buttonViewClass;
Discussion

This class must conform to the NILauncherButtonView protocol.