Skip to content

Commit 60eb13c

Browse files
committed
GrabberHandleView supports UIAppearance
1 parent b0164b9 commit 60eb13c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Framework/Sources/GrabberHandleView.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ import UIKit
77

88
public class GrabberHandleView: UIView {
99

10-
public var barColor = UIColor(displayP3Red: 0.76, green: 0.77, blue: 0.76, alpha: 1.0) { didSet { backgroundColor = barColor } }
10+
@objc dynamic public var barColor = UIColor(displayP3Red: 0.76, green: 0.77, blue: 0.76, alpha: 1.0) {
11+
didSet { backgroundColor = barColor }
12+
}
1113

1214
required public init?(coder aDecoder: NSCoder) {
1315
super.init(coder: aDecoder)

0 commit comments

Comments
 (0)