I have a CALayer with an animation on it, moving it from one part of the screen to the other. The only problem is that its position property stays the same even though it is moving around. I need to be able to tell where the Layer is on screen at any point during the animation but I can't do that because its position doesn't actually change. Could anyone help me with this?