Prerna chavan
Prerna chavan

Reputation: 3249

Zoom UIView without using UIScrollview

How can i zoom a UIView without using UIScrollBar? I can add pinch gesture recognizer but how can i move the zoomed image to selected area?

Upvotes: 0

Views: 1013

Answers (2)

Mani
Mani

Reputation: 1841

Please check this..

Image-manipulation-with-uigesturerecognizer

Here is Sample Project

Upvotes: 0

xingzhi.sg
xingzhi.sg

Reputation: 433

What prevents you from using UIScrollView? It is probably the most easy way to handle zooming and scrolling.

If UIScrollView is not allowed. You can probably add pinch and pan gesture recognizer and implement their delegates for zooming and scrolling.

Upvotes: 0

Related Questions