crashoverride777 / swifty-sk-scroll-view

A Swift library to add a UIScrollView to your SpriteKit scenes. This library is deprecated and no longer supported.
MIT License
60 stars 11 forks source link

Crop the scroll view #7

Open StaelTchinda opened 4 years ago

StaelTchinda commented 4 years ago

Hi, I am using the scroll-view and it's quite helpful, but I have the problem that I want to show the scroll-view in a specific area and not in the whole scene. Here can you see what I mean: https://www.dropbox.com/s/ky9olc76kbco3kw/Bildschirmfoto%202020-01-24%20um%2009.07.15.png?dl=0

I tried to set a mask on the scrollview, but it doesn't affect the nodes since they are children of the scene and not of the view. Any ideas how it can be solved ?