Instance Methods | |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
Definition at line 549 of file CPImageView.j.
|
implementation |
Writes the image view out to the coder.
aCoder | the coder to which the image view will be written |
Extends class CPImageView.
Definition at line 584 of file CPImageView.j.
|
implementation |
Initializes the image view with the provided coder.
aCoder | the coder from which data will be read. |
Extends class CPImageView.
Definition at line 556 of file CPImageView.j.