iphone - how to implement zoom and pinch zoom effect in application? -
I have implemented a photo app in which I want to implement the zoom and want to kiss the zoom effect as iFile Is similar to the default photo app. How is it possible that please help me for this question? In advance.
The UIScrollView component takes care of such functionality. Try starting here:
An example of ScrollViewSuite (links in context) that you can use.
Comments
Post a Comment