Vector like drawing for zoomable UIScrollView
问题 I have a zoomable UIScrollView with some CATextLayer s and simple CALayer s in it. They get rendered fine but the problem is when they are zoomed they become blurry. (Even if I redraw them) What would be my options to get my text not blurry when the view is zoomed? Should I use another thing? enable something in CATextLayer / CALayer ? Any idea is welcomed ;) I am using CALayer s because, as suggested in documentation, CALayer s are lighter than UIViews and I have hundreds of them. Currently