Instance Methods | |
(void) | - encodeWithCoder: |
(id) | - initWithCoder: |
Definition at line 522 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 557 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 529 of file CPImageView.j.