NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
Classes | |
class | NILauncherViewModel |
A launcher view model that complies to the NILauncherDataSource protocol. More... | |
protocol | <NILauncherViewModelDelegate> |
The delegate for NILauncherViewModel. More... | |
protocol | <NILauncherViewObject> |
The minimal amount of information required to configure a button view. More... | |
protocol | <NILauncherViewObjectView> |
A protocol that a launcher button view can implement to allow itself to be configured. More... | |
class | NILauncherViewObject |
An implementation of the NILauncherViewObject protocol. More... | |
The Nimbus Launcher provides a model object that can store all of the launcher data.
This model object works similarly to NITableViewModel.
Presented below is an example of subclassing a NILauncherViewController and using a NILauncherViewModel to supply the data source information.