jakespracher / Snapchat-Swipe-View

Handy four way snapchat style scrolling navigation
MIT License
143 stars 19 forks source link

Get current view #18

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi everyone,

I am new in swift and I am working on a project using yours. I have noticed that the viewControllerLifeCycle is only called once.

So I am wondering how could I get the displayed view (the current view) ? (swipe up / down) I tried to print the scrollView.contentOffset.y but it's always equal to 0.0

Could you please help me

Thanks

Best regards,