muZZkat/NMRangeSlider

Not working continuously

Opened this issue · 4 comments

I am using this code , it dose not works continuously, it only steps one , then i have press it again for further . and so
// setting ageRangeSlider
AgeRangeSlider.minimumValue=18;
AgeRangeSlider.maximumValue=75;
AgeRangeSlider.lowerValue=25;
AgeRangeSlider.upperValue=35;

AgeRangeSlider.continuous=YES;
AgeRangeSlider.minimumRange=3;

AgeRangeSlider.tintColor=[Global getColorFromHexString:@"FF719B"];
[AgeRangeSlider addTarget:self action:@selector(AgeRangeSliderValueChanged) forControlEvents:UIControlEventValueChanged];
1um commented

Hey! I had the same problem, because of handling pan on the parent view of slider subview. Just move pan handler to another subview.

Hello !
I have a no [pan gesture attached with that page . But i have a side menu ,
but i have disabled it in that page .
That have a back button in top left corner not a slide menu icon .
So, what you think that the problem may be now ?

Thanks

On Fri, Jul 10, 2015 at 1:07 PM, Pavel Razumovskiy <notifications@github.com

wrote:

Hey! I had the same problem, because of handling pan on the parent view of
slider subview. Just move pan handler to another subview.


Reply to this email directly or view it on GitHub
#49 (comment)
.

Regards,
Rehmak Natiq
+92 301 266 6020
Senior Developer at Digicare Computer Consultants
IOS Developer at AppCrates

1um commented

Hi!
I don't know what it can be.

I am facing the same problem. Did anyone find a solution.