CATransform3D is a Objective-C/C struct defined by the Core Animation framework.
I have a layer that I need to transform. Currently I am using the following: self.customLayer.transform = CATransform3DRotate(…
objective-c ios calayer catransform3dI would like to 'bend' a view exactly like Flipboard app. I succeeded to flip an entire view, but not …
objective-c core-animation calayer catransform3dI'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 catransform3dI'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