I’m displaying an image in an image-view, and I’m trying to overlay labels/text. I’d like to change the overlay when the image-view is zoomed in – what’s the best way for me to detect the zoom-in event?
I’m displaying an image in an image-view, and I’m trying to overlay labels/text. I’d
Share
You should use the
UIScrollViewDelegatemethods to detect zoom events.If you are not using
UIScrollViewalready, you should really use it!