Zoom in UIImageView without scrollView nor WebView
Posted
by camilo
on Stack Overflow
See other posts from Stack Overflow
or by camilo
Published on 2010-04-06T17:20:55Z
Indexed on
2010/04/06
17:23 UTC
Read the original article
Hit count: 576
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 the code, and I'm working on schedule (bad teachers).
I wanted basically an example on how to manipulate directly the UIImageView.
Thanks a lot!
© Stack Overflow or respective owner