I have create an app in Xcode.
In my apps I require a functionality that has several images in uiscroll view.
I cannot zoom images in scroll view. How i do it?
I have create an app in Xcode.
In my apps I require a functionality that has several images in uiscroll view.
I cannot zoom images in scroll view. How i do it?
put your image view inside scroll view, and make user interaction as well as multiple touch enable in each, now
provide following setting to your scroll view:
Then implement Following methods: