Re: problems with NSAffineTransform
Re: problems with NSAffineTransform
- Subject: Re: problems with NSAffineTransform
- From: "Erik M. Buck" <email@hidden>
- Date: Thu, 25 Oct 2001 14:37:44 -0500
You instance of NSAffineTransform has been deallocated and the memory that
it used to occupy has been filled with an instance of NSCFString which
indeed does not respond to translateXBy:yBy:. Retain your NSAffineTransform
so that it is not deallocated.
----- Original Message -----