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

Overview

A protocol that a launcher button view can implement to allow itself to be configured.

Inheritance diagram for <NILauncherViewObjectView>:
NILauncherButtonView

Tasks

Updating a Launcher Button View
(void) - shouldUpdateViewWithObject:
 

Method Documentation

shouldUpdateViewWithObject:

Informs the receiver that a new object should be used to configure the view.

- (void)shouldUpdateViewWithObject:(id)object;