Is there any problem applying multiple transforms to a UIView and it's corresponding CALayer?
Specifically, can you "mix and match" CATransform3Ds with CGAffineTransforms without running into issues?
Also are there any problems with setting some transforms directly while animating another transform change simultaneously?
Are there any "rules" for how this should be done, or any design patterns for this?