Currently I’m trying to implement a scrollView in my app where I want the items of the scrollView to disappear once they hit the blue border (which is the outline of the scrollView container).
Currently when I scroll, the items go past the “Current Eggs” title, whereas I want the items to disappear when scrolling past that area.
I searched the scrollView documentation and tried googling but couldn’t quite find a solution to this answer. Any help would be great. Thank you!