catransform3d
CATransform3d a UIButton
I can\'t seem to get a simple 3d transform to work on a button and the documentation doesn\'t seem to be helping.I started with a View-based application template.I add in the QuartzCore framework and[详细]
2023-02-14 10:47 分类:问答Applying the same perspective and rotation to all CALayer elements (unlike Coverflow)
I\'m trying to simulate the look of CDs in a shelf. Each CD should be visible from an angle very much like books when you look at a book shelf. I use core animation transformations. The problem is tha[详细]
2023-02-10 04:30 分类:问答CATransformLayer: Autoresize sublayers to fill bounds?
Is there any way to have the sublayers of a CATransformLayer automatically scale to fill the bounds of the CATransformLayer when animating? I\'ve already tried setting the autoresizingMask property an[详细]
2023-02-08 11:42 分类:问答How is CATransform3DMakeRotation used?
I can not figure out how to use CATransform3DMakeRotation开发者_StackOverflow中文版().Can somebody please tell me how to use it?[详细]
2023-02-02 15:33 分类:问答Getting the 'scale' from a CATransform3D
I am creating an iPad app and want to update the user with the current size of a view. I used to be doing this by calculating the scale of a CGAffineTransform and multiplying the xScale by the width ([详细]
2023-01-30 09:04 分类:问答CATransform3DMakeRotation and shadow
I\'m creating the flip animation library. In two words, I create the CALayer a开发者_StackOverflow社区nd rotate it using CoreAnimation\'s CATransform3DMakeRotation.[详细]
2023-01-29 05:09 分类:问答Coordinates won't change when rotated Objective c
I am rotating a wheel which various subviews (UIImageViews and UIButtons) However when I ask it to display each and every centre of every subview, it is giving me the same value everytime.[详细]
2023-01-21 05:06 分类:问答meaning of m34 of CATransform3D
What\'s the meaning of m34 of the structure CATransform3D, I only know i开发者_StackOverflow中文版t can change the perspective, but what\'s the meaning when the value is -0.001 and 0.001?You can find[详细]
2023-01-19 05:51 分类:问答iPhoneSDK calculate Rotation angle from CATransform3D
How do I calculate the Rotation in Radians around 开发者_如何转开发Z-axis by giving a CATransform3D struct as the input?[详细]
2023-01-13 15:34 分类:问答preventing zooming at some limit
In my ipad openGL based application I am drawing a 2D and 3D object and rotating it according to the user\'s finger motion....On pinching the screen user is enable to zoom those objects...But what I w[详细]
2023-01-08 13:17 分类:问答