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

How can i use in tableview header? #1

Open
maulikshah09 opened this issue Apr 20, 2017 · 2 comments
Open

How can i use in tableview header? #1

maulikshah09 opened this issue Apr 20, 2017 · 2 comments

Comments

@maulikshah09
Copy link

maulikshah09 commented Apr 20, 2017

I have added your control in tabelview header but auto scroll not work in my tableview?

can me help me to sort out this? @soumalya

@mhtranbn
Copy link

mhtranbn commented Jun 6, 2017

Many thank for @soumalya . me too, when i add to tableview i can touch, swipe ... please support.

@soumalya
Copy link
Owner

soumalya commented Jun 6, 2017

@maulikshah09 @mhtranbn first of all thanks for using the control.
Now the problem you are facing is because, UITableView inherits UIScrollView. And also my control uses UIScrollView. So there is the problem that you are actually using UIScrollView over another UIScrollView.
The solution is, you have to differentiate the slider scrollview using a tag. and then in the SBSliderView.m file, you have to check with the slider tag in the UIScrollView delegate methods.

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