I have drawn few shapes in drawRect function of a view, these shapes color changes after some time repeatedly using setNeedsDisplay that calls the drawRect, secondly a shape name is also to be selected when tapped on it, up till now all works fine.
There are three views each having more than one shapes drawn as above. All these views are added into a scroll view so that user can view shapes on next view.
Now the requirement is to pinch zoom the view containing shapes, also need to select the shapes, drawRect is called repeatedly. all the pinch zoom i have seen are related to images.