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

TTRangeSliderDelegate It not Working #86

Closed
erishiraj opened this issue Aug 20, 2018 · 2 comments
Closed

TTRangeSliderDelegate It not Working #86

erishiraj opened this issue Aug 20, 2018 · 2 comments

Comments

@erishiraj
Copy link

erishiraj commented Aug 20, 2018

How to get Min Max Value at the Sliding time please help me
I have to try this by using below code but it's never called...

public func rangeSlider(_ sender: TTRangeSlider!, didChangeSelectedMinimumValue selectedMinimum: Float, andMaximumValue selectedMaximum: Float) {
print(selectedMinimum)
print(selectedMaximum)
// updateLabelsValues(selectedMinimum, max: selectedMaximum)
}

And I have Also Extent my class by TTRangeSliderDelegate

Thanks in Advance.

@erishiraj erishiraj reopened this Aug 20, 2018
@erishiraj erishiraj changed the title TTRangeSliderDelegate It now Working TTRangeSliderDelegate It not Working Aug 20, 2018
@erishiraj erishiraj reopened this Aug 20, 2018
@redcapua
Copy link
Contributor

redcapua commented Dec 4, 2018

@erishiraj

Hi!

maxValue and minValue are properties of sender object.

@TomThorpe
Copy link
Owner

Thanks @redcapua!

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