quemb/QMBParallaxScrollViewController

Making Image going to full view a bit harder than just a light swipe downwards

Opened this issue · 2 comments

Sun3 commented

Love the control, excellent job.

I have a question, when swiping downwards and the view reaches the top, it quickly takes the Image into Full Screen Mode.

Is it possible to adjust the resistance before Image goes to Full Screen Mode?

Thank you.

Change the maxHeightBorder property value. If you set that to be the height of your screen it won't do it at all.

Sun3 commented

I would like for it to go to full screen but only if the user pulls down just a bit harder when user is scrolling up form bottom of the form. In my testing if I am at the bottom of page (two page scrolls for example) and I swipe up quickly it goes to the top but image goes full screen. I wanted to make this part just a bit harder where the image does the bounce.

But if the user is already on the top of the screen and they pull down I would like the Image to go Full Screen. I hope I am describing this correctly.