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

Overview

The launcher delegate used to inform of state changes and user interactions.

Inheritance diagram for <NILauncherDelegate>:
NILauncherViewController

Tasks

Managing Selections
(void) - launcherView:didSelectItemOnPage:atIndex:
 

Method Documentation

launcherView:didSelectItemOnPage:atIndex:

Informs the receiver that the specified item on the specified page has been selected.

- (void)launcherView:(NILauncherView *)launcherView didSelectItemOnPage:(NSInteger)page atIndex:(NSInteger)index;
Discussion
Parameters
launcherViewA launcher-view object informing the delegate about the new item selection.
pageA page index locating the selected item in launcher.
indexAn index locating the selected item in the given page.