Conforms to NSObject
Declared in PXPooledObject.h

Overview

This protocol should be implemented by all classes which will be pooled in a PXObjectPool. It requires that the class implement the reset method, which should reset the internal state of the object to its original state.

Tasks

  • – reset

    Use this method to reset the object to its original state. This includes releasing all retained objects and resetting all numerical values.

    required method

Instance Methods

reset

Use this method to reset the object to its original state. This includes releasing all retained objects and resetting all numerical values.

- (void)reset

Declared In

PXPooledObject.h