Hi, Is there any code example teaching how to zoom in and out in a UIImageView by user taps?
I know it is possible to do it with UIScrollView and with UIWebView, but these solutions both need a lot of changes in my code, and I'm working on schedule due to college project deadlines.
I want basically an example on how to manipulate directly the UIImageView, having the same behavior as the photo album in iPhone:
- first double touch -> zoom in
- second double touch -> zoom out
- pinch and zoom with "two-fingered" multi-touch
Thanks a lot!