NMRangeSlider icon indicating copy to clipboard operation
NMRangeSlider copied to clipboard

Not working continuously

Open RehmakNatiq opened this issue 9 years ago • 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];

RehmakNatiq avatar Apr 03 '15 18:04 RehmakNatiq

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

1um avatar Jul 10 '15 08:07 1um

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 <[email protected]

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 https://github.com/muZZkat/NMRangeSlider/issues/49#issuecomment-120280706 .

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

RehmakNatiq avatar Jul 10 '15 21:07 RehmakNatiq

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

1um avatar Jul 18 '15 07:07 1um

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

nitya1806 avatar Feb 04 '16 13:02 nitya1806