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

Overview

The delegate for NILauncherViewModel.

This delegate allows you to configure the launcher button views before they are displayed.

Tasks

(void) - launcherViewModel:configureButtonView:forLauncherView:pageIndex:buttonIndex:object:
 

Method Documentation

launcherViewModel:configureButtonView:forLauncherView:pageIndex:buttonIndex:object:

Tells the delegate to configure a button view in a given page.

- (void)launcherViewModel:(NILauncherViewModel *)launcherViewModel configureButtonView:(UIView<NILauncherButtonView> *)buttonView forLauncherView:(NILauncherView *)launcherView pageIndex:(NSInteger)pageIndex buttonIndex:(NSInteger)buttonIndex object:(id<NILauncherViewObject>)object;
Discussion
Parameters
launcherViewModelThe launcher-view model requesting this configuration.
buttonViewThe button view that should be configured.
launcherViewThe launcher-view object that will displaly this button view.
pageIndexThe index of the page where this button view will be displayed.
buttonIndexThe index of the button in the page.
objectThe object that will likely be used to configure this button view.