Bar
public class Bar : UIView
The Bar
UI components of RangeUIslider. It is a customized UIView
.
All the other ui components are a subview of this view.
-
Hit test overriden method. I had to create a custom implementation of this method in order to do a more accurate knob hit test.
Declaration
Swift
override public func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView?