Folder improvements

This commit is contained in:
Ali
2023-04-05 21:19:31 +04:00
parent a1f78b5833
commit a4ff23c31a
10 changed files with 138 additions and 33 deletions

View File

@@ -396,6 +396,7 @@ public class CheckLayer: CALayer {
checkProgress = 0.0
let borderInset = borderWidth / 2.0 + inset
let borderFrame = CGRect(origin: CGPoint(), size: size).insetBy(dx: borderInset, dy: borderInset)
context.setLineDash(phase: -6.4, lengths: [4.0, 4.0])
context.strokeEllipse(in: borderFrame)
} else {
checkProgress = parameters.animationProgress