Stars slider improvements

This commit is contained in:
Isaac
2024-08-13 14:26:55 +08:00
parent 4ea0a99778
commit 524ce21f5e
2 changed files with 116 additions and 14 deletions

View File

@@ -70,6 +70,10 @@ public final class SliderComponent: Component {
private var component: SliderComponent?
private weak var state: EmptyComponentState?
public var hitTestTarget: UIView? {
return self.sliderView
}
override public init(frame: CGRect) {
super.init(frame: frame)
}