I have a complex picture . It consists of several layers. Each layer is a picture .
for example , background picture -> man picture -> gun picture -> foreground picture
I want drag and use pinch gesture with complex picture .
Can i do it with UIScrollView ?
I have a complex picture . It consists of several layers. Each layer is
Share
What happens if you make all the UIImageViews of your complex picture and put them in a UIScrollView (I’m assuming that you’ve tried this before asking your question?)
i.e from inside a view controller :