I was wondering which would be the best way to scale my Core Graphics drawings as I zoomed in using a UIView subclass within a UIScrollView.
Currently when I zoom in, the drawing becomes slightly fuzzy - I know this is correct functioning, I just want to know how developers override it to keep the image sharp...
Thanks!
(P.s. I have heard about using Core Animation, but I don't know where to start on that huge library with scary names haha!)