Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
The protocol for a recyclable view.
Definition at line 80 of file NIViewRecycler.h.
Methods | |
NSString * | reuseIdentifier property |
(void) | - prepareForReuse |
- (NSString*) reuseIdentifier [read, write, optional, copy] |
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.
Reimplemented in NIPageView.
Definition at line 91 of file NIViewRecycler.h.
- (void) prepareForReuse |
Called immediately after the view has been dequeued from the recycled view pool.