KDCircularProgress
KDCircularProgress copied to clipboard
Make the scale identical to the device.
Do upgrade from:
UIGraphicsBeginImageContextWithOptions(size, false, 0.0)
to:
UIGraphicsBeginImageContextWithOptions(size, false, UIScreen.main.scale)