OfTheWolf / TwitterProfile

Nested scrolling with pager just like in Twitter and Instagram profile.
MIT License
266 stars 45 forks source link

scrollViewWillEndDragging #23

Open J-Arji opened 3 years ago

J-Arji commented 3 years ago

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

OfTheWolf commented 3 years ago

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.