Hi, I have a CGPointApplyAffine which is giving me negative values such as -161 for x and -58 for y. Are these values possible? Or am I using it incorrectly?
CGPoint rotatedCenter = CGPointApplyAffineTransform(subview.center, self.transform);
Thanks!