I am trying to create a "Store" menu for my game with a vertical scrolling list of items (each line with a label, a logo and a button).
I found this topic which was really interesting : How to create a vertical scrolling menu in spritekit?, but I end up with elements from my scrollview that appears on all screen. I followed precisely the above topic.
I would like to make something like the "Candy Bank" in the Candy Crush game, meaning that I have a store menu "popup" which appears (a SKSpriteNode) and I would like my items to be hidden when scrolled out of the menu. Currently the items still appears on all screen when scrolled:
What I have now:
and what I am looking for: