|
NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
The launcher delegate used to inform of state changes and user interactions.
Tasks | |
Managing Selections | |
| (void) | - launcherView:didSelectItemOnPage:atIndex: |
Informs the receiver that the specified item on the specified page has been selected.
| launcherView | A launcher-view object informing the delegate about the new item selection. |
| page | A page index locating the selected item in launcher. |
| index | An index locating the selected item in the given page. |