Description
Hi,
I have used a pull-up controller for one of my projects. I am stuck in a situation:
-
When the view launches my pull up view height should be 0.6 * the screen height.
-
To achieve this I have changed the height from 50 to 0.6 * the screen height.
-
Now, my pull controller goes to the top,comes back to the given height.
-
From this height 0.6* the screen height, I want the controller to come down to the bottom and again go up to both the heights.
I am not able to change the logic to achieve this. How can we modify the logic so that we can achieve this transformation of this order:
On launch - 0.6 * screen height
Top scroll - 400
downward scrolling - 0.6 * screen height
downward scrolling - 50 (Not able to achieve)
upward scrolling - 0.6 * screen height
upward scrolling - 400
Please help me out as I need to implement it urgently and save me from rework