Transformation for twisting a UIView on iPhone
Posted
by Curyous
on Stack Overflow
See other posts from Stack Overflow
or by Curyous
Published on 2010-06-05T05:22:34Z
Indexed on
2010/06/05
16:32 UTC
Read the original article
Hit count: 316
Is there a way to use CATransform3D, or similar, to twist a UIView? What I mean is to rotate the top edge of the view, but keep the bottom edge where it is. All the transformations I've looked at keep the view 'flat'. Is this more of a Open GL task?
© Stack Overflow or respective owner