views:

45

answers:

1

I'm curious if it'd be possible to warp a UIImageView on the iPhone. I was thinking of stretching an image around a curve. Possible or no?

A: 

Yes. You can use texturemapping in OpenGL ES is probably the easiest way. Setting up a CoreGraphics context using Quartz is a little harder.

David Sowsy