We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d540cce commit 311ba44Copy full SHA for 311ba44
LoopUI/Views/LoopStateView.swift
@@ -55,7 +55,7 @@ public final class LoopStateView: UIView {
55
super.init(frame: frame)
56
57
shapeLayer.lineWidth = 8
58
- shapeLayer.fillColor = nil
+ shapeLayer.fillColor = UIColor.clear.cgColor
59
shapeLayer.strokeColor = freshness.color.cgColor
60
61
shapeLayer.path = drawPath()
@@ -65,7 +65,7 @@ public final class LoopStateView: UIView {
65
super.init(coder: aDecoder)
66
67
68
69
70
71
0 commit comments