Reputation: 975
I have a scrollview over which a series of imageviews a placed.I want to have pinch and zoom effect on it.Can anybody help me?
Upvotes: 0
Views: 368
Reputation: 31722
Read UIScrollView Class Reference in apple Doc and try to search for "zoom", You will get all the variable and method associated with zoom feature in scrollView by yourself.
Check SO forum post
How do I programmatically zoom a UIScrollView?
Upvotes: 1