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

scrollViewWillEndDragging #23

Open
J-Arji opened this issue Jan 11, 2021 · 1 comment
Open

scrollViewWillEndDragging #23

J-Arji opened this issue Jan 11, 2021 · 1 comment

Comments

@J-Arji
Copy link

J-Arji commented Jan 11, 2021

Hi
I want to use from scrollViewWillEndDragging in bottom view but it dose not work.
how can i use it?

@OfTheWolf
Copy link
Owner

Hi @J-Arji,

I don't know your use case but i think overlay scroll view delegates may be what you want. If so implement scrollViewWillEndDragging in "ContainerViewController.swift" in library and delegate to the your view controller. You can add a method to TPProgressDelegate for example.

If you are interested in scroll view inside bottom vc, then i guess it will not work properly because contentOffset is adjusted in the library. Not sure about this. If you still have problems you can share you use case with more details or share a demo project to replicate it.

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

2 participants