D detz macrumors 65816 Original poster Jun 29, 2007 1,051 0 Oct 8, 2008 #1 I have an image on an UIImageView and I want to skew it..that is, pull one corner out or push two corners in. Can I do this, how?
I have an image on an UIImageView and I want to skew it..that is, pull one corner out or push two corners in. Can I do this, how?
F firewood macrumors G3 Jul 29, 2003 8,149 1,400 Silicon Valley Oct 8, 2008 #2 Convert it into a OpenGL ES 2d texture, and texture a distorted mesh.