Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).
<NIRecyclableView> Protocol Reference

Overview

The protocol for a recyclable view.

Definition at line 80 of file NIViewRecycler.h.

Inheritance diagram for <NIRecyclableView>:
<NIPagingScrollViewPage> NIPageView NIPhotoScrollView

Methods

NSStringreuseIdentifier property
(void) - prepareForReuse

Method Documentation

- (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.

Generated for Nimbus by doxygen 1.7.4-20110629