I have a vertical scroll view covering the entire screen. There’s an object that’s not a part of the scroll view, hence the object is fixed on the screen and doesn’t move while scrolling.
Now, while scrolling, when the content position of the Y co-ordinate of the Scroll view goes beyond a particular value, I need the object to scroll along with the scroll view. And the object should again be fixed once the Y co-ordinate of the Scroll view is less than that value.
What are the approaches to go about it?