Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
The delegate and data source protocols that allow the user interface to be simple.
The launcher is related in spirit to UITableView in its use of protocols to remove much of the heavy data and user interaction logic from the view itself. The NILauncherDelegate protocol defines a small set of methods used for notifications of user interactions and state changes. The NILauncherDataSource protocol defines the set of optional and required methods for populating the launcher with data.
Classes | |
protocol | <NILauncherDelegate> |
The launcher delegate used to inform of state changes and user interactions. More... | |
protocol | <NILauncherDataSource> |
The launcher data source used to populate the view. More... |