Class for move, scale and rotate, of a uiimageview
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2009-06-16T04:50:19Z
Indexed on
2010/03/28
1:43 UTC
Read the original article
Hit count: 309
Hi Everyone,
I'm creating a subclass of UIImageView that detects touches, and will move, rotate and scale the image based on the touches. However, I really feel like I'm reinventing the wheel here, and it's driving me nuts. Shouldn't this already exist somewhere?
Does anyone have any examples, or links to a class that is already doing this? Or if you have a class you've written, that'd be helpful too.
Thanks a lot in advance.
© Stack Overflow or respective owner