Open jasperpogi02 opened 6 years ago
can we remove the assertion of this condition?
@IBInspectable open var minimumValue: Double = 0.0 { willSet(newValue) { assert(newValue < maximumValue, "NHRangeSlider: minimumValue should be lower than maximumValue") } didSet { updateLayerFrames() } }
I use pod 'NHRangeSlider', '~> 0.2' and Swift 3 and Xcode 8.3.3
pod 'NHRangeSlider', '~> 0.2'
Swift 3
Xcode 8.3.3
can we remove the assertion of this condition?
@IBInspectable open var minimumValue: Double = 0.0 { willSet(newValue) { assert(newValue < maximumValue, "NHRangeSlider: minimumValue should be lower than maximumValue") } didSet { updateLayerFrames() } }
I use
pod 'NHRangeSlider', '~> 0.2'
andSwift 3
andXcode 8.3.3