I have a scrollview in which i m showing all the imageViews from an imageArray and i have done paging enabled. Now i want to zoom in and zoom out the images in the scrollview. Can someone tel me whats the best way on doing it ??
Asked
Active
Viewed 177 times
0
-
Would you require to zoom all the images or selected image from that scroll view? – Mrunal Feb 14 '13 at 05:38
2 Answers
3
You can-not zoom in and out of a scrollview built for paging, you can only slide between pages... you need to nest another UIScrollView within that first "paging" scroll view that is built for zooming (i.e. paging is disabled and multi-touch and zoom is enabled)

Albert Renshaw
- 17,282
- 18
- 107
- 195
0
There's a WWDC 2010 video which have very nice tutorial for UIScrollView.This tutorial have very efficent techniques to do paging with zoom enable.Check this also

Community
- 1
- 1

user2070826
- 221
- 1
- 2
- 5