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

When 'minDistance' isn't set, TTRangeSlider redraw bug #33

Open
armadanilo opened this issue May 3, 2016 · 2 comments
Open

When 'minDistance' isn't set, TTRangeSlider redraw bug #33

armadanilo opened this issue May 3, 2016 · 2 comments

Comments

@armadanilo
Copy link

This happens when minDistance isn't set and an alert controller is presented/dismissed within the view controller.

screen shot 2016-05-03 at 3 16 18 pm

I have 5 UITableViewCells, each having a TTRangeSlider inside of it within scope; some have a min/max range on the control and some don't. This happens to all of the range sliders within each cell when we present a UIAlertController and the user dismisses it (presses OK).

I prevented this by forcing the 'minDistance' property, with a default value of zero for the controls that we do not use to enforce but curious if anyone has experienced this issue themselves?

@chefnobody
Copy link

chefnobody commented May 4, 2016

I'm having this issue as well.

@edopelawi
Copy link

I tried to fix this on pull request #39. Kindly take a look if it fixes your issue :)

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