Hi,
I am making an app, where I have a feature to draw shapes that are vectors that need to be zoomed. I used core graphics drawing (UIBezierPath) in UIView, the UIView is then added to a scrollview. Now when I zoom the view the quality of the drawing is reduced greatly.
I would like to know what is the best approach to draw a vector shape which can be zoomed in a scrollview. I was able to achieve this using CATiledLayer but I am hearing about memory issues with it and i too see it in my app. Looking for some suggestions