Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working continuously #49

Open
RehmakNatiq opened this issue Apr 3, 2015 · 4 comments
Open

Not working continuously #49

RehmakNatiq opened this issue Apr 3, 2015 · 4 comments

Comments

@RehmakNatiq
Copy link

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
Copy link

1um commented Jul 10, 2015

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

@RehmakNatiq
Copy link
Author

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
Copy link

1um commented Jul 18, 2015

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

@nitya1806
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants