vote up 0 vote down star

I've tried this, but that doesn't work:

CATransform3D currentTransform = self.layer.transform;
CATransform3D identityTransform = CATransform3DIdentity;
if (currentTransform == identityTransform)
	NSLog(@"the same");

I really woulnd like to compare each single field in the matrix ;) Can I instad compare that somehow as a whole big thing, or do I have to pull out every single value for comparing?

flag

58% accept rate

1 Answer

vote up 3 vote down check

CATransform3DEqualToTransform

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.