Top "Catransform3d" questions

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

CATransform3DRotate flip horizontal

I have a layer that I need to transform. Currently I am using the following: self.customLayer.transform = CATransform3DRotate(…

objective-c ios calayer catransform3d
Core Animation - Page flip

I would like to 'bend' a view exactly like Flipboard app. I succeeded to flip an entire view, but not …

objective-c core-animation calayer catransform3d
CATransform3D rotate causes half of image to disappear

I'm using the following code to rotate an image, but half the image (down the y-axis) that has been rotated "…

iphone quartz-graphics transform calayer catransform3d
Origami transition using CATransform3D perspective

I'm trying to achieve a kind of origami transition on two UIView using only layer capabilities. The idea is to …

iphone animation calayer perspective catransform3d