quemb / QMBParallaxScrollViewController

Add a parallax top view to any UIScrollView (incl. UITableViews) - #Parallax #ScrollView #TableView #Header
http://quemb.github.io/QMBParallaxScrollViewController
MIT License
871 stars 121 forks source link

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

Open Sun3 opened 10 years ago

Sun3 commented 10 years ago

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.

GalaTech commented 10 years ago

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 10 years ago

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.