Create a circle or a disk with antialiasing for retina display
问题 I have creating a circle using CGContextFillEllipseInRect from CoreGraphic . I'm using this circle (which is actually a disk) to replace the thumbImage of an UISlider . The antialiasing is applied by default. But the result on my iPhone 6 is clearly not good. I can clearly see the pixels ,not as much as with the antialiasing off, but way more than the pixels of a normal UISlider. Maybe I'm doing something wrong. So my question is, is there a way to get programmatically the same nice disk than