I'm trying to create a app having zoom in/out on image .So anyone say the delegates for zoom.
Thanks in advance,
BrightRaj
|
I'm trying to create a app having zoom in/out on image .So anyone say the delegates for zoom. Thanks in advance, BrightRaj |
|||
|
|
|
First Create a ScrollView Then Set the maximumZoomScale and minimumZoomScale. Then return the image by using this delegate
And then use this method
to do what action you want when zooming. |
|||
|
|
|
Place your image over UIScrollView.. Handle the zoom function using the delegate
|
|||
|
|
|
See zoomin and zoomout of pdf file |
|||
|
|