tags:

views:

66

answers:

0

I just saw the zoomToRect and setZoomScale method of UIScrollView only works in Iphone OS 3.0. Now my problem is how can I manual zoom a content in UIScrollView without using zoomToRect or setScale method?

Thanks.