PXPooledObject Protocol Reference
| 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
-
– resetUse this method to reset the object to its original state. This includes releasing all retained objects and resetting all numerical values.
required method