|
NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
The NIRecyclableView protocol defines a set of optional methods that a view may implement to handle being added to a NIViewRecycler.
Tasks | |
| NSString * | reuseIdentifier property |
| (void) | - prepareForReuse |
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.