You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi
I want to use from scrollViewWillEndDragging in bottom view but it dose not work.
how can i use it?
The text was updated successfully, but these errors were encountered: