NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
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: |
Tells the delegate to configure a button view in a given page.
launcherViewModel | The launcher-view model requesting this configuration. |
buttonView | The button view that should be configured. |
launcherView | The launcher-view object that will displaly this button view. |
pageIndex | The index of the page where this button view will be displayed. |
buttonIndex | The index of the button in the page. |
object | The object that will likely be used to configure this button view. |