How is a CALAyer.frame related to its UIView.frame? (in this case specifically a UIImageView.frame).
Given that the values for a CALayer.frame potentially differ from its UIView.frame following a CAtransform3D transformation, do they no longer have any connection? (and subsequently, should I be more concerned about managing the dimensions of my CALayer rather than my UIImageView in my superview?).
If you are working with Core Animation and layers, you should focus on the following
CALayerproperties:A quote from Apple Technical Q&A QA1620 available here: