Top "Catransform3d" questions

CATransform3D is a Objective-C/C struct defined by the Core Animation framework.

CABasicAnimation - transform scale keep in center

Trying to animatie an ellipse masked on a UIView to be scale transformed remaining in the center position. I have …

ios core-animation core-graphics mask catransform3d
How to make a CATransform3dMakeRotation rotate the other way? And chain together

I'm working with some Core Animation for the first time and in the process of implementing a playing card that …

iphone core-animation ios catransform3d
How is CATransform3DMakeRotation used?

I can not figure out how to use CATransform3DMakeRotation(). Can somebody please tell me how to use it? I …

ios core-animation catransform3d
How to add image with parallax effect above UITableView header and keep header sticky?

Here is an image that explains everything I want to do: My question is, how would I make my view …

ios swift uiviewanimationtransition catransform3d uiview-hierarchy
How to rotate an UIImageView with CATransform3DRotate make an effect like Door Opening?

I've read and try this article (Opening door effect using Core Animation) And I implement following code in my app: …

iphone core-animation catransform3d sliding-doors
How to rotate a flat object around its center in perspective view?

What I'm trying to do seems like it should be easy enough: I created a 2D top-down view of an …

ios catransform3d
Need better and simpler understanding of CATransform3D

Please go through the images. So this is the code which I got from some online source and it does …

ios calayer caanimation catransform3d
UIView flip vertically

I know it's probably a dummy question, but I have to ask: How to flip a UIView vertically? I'm not …

xcode uiview rotation flip catransform3d
iOS: Simultaneous scale and 3D rotation animation

I made a video demonstrating the animation i'm trying to accomplish: Here it is. Notice the video illustrates the action …

ios uiview core-animation cgaffinetransform catransform3d
meaning of m34 of CATransform3D

What's the meaning of m34 of the structure CATransform3D, I only know it can change the perspective, but what's …

perspective catransform3d