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 | |
UIButton * | button property |
NSString * | reuseIdentifier property |
(void) | - prepareForReuse |
Requires the view to contain a button subview.
The identifier used to categorize views into buckets for reuse.
Views will be reused when a new view is requested with a matching identifier.
If the reuseIdentifier is nil then the class name will be used.
Called immediately after the view has been dequeued from the recycled view pool.