Hello. I have UIScrollView with specific size. Inside I have parent object with UIDragScrollView on it. Inside this parent I have a lot of sprites. Everything works fine. But I need to put UIPanel on parent object. When I do it, all sprites inside stops cliping when drag outside of UIScrollView panel. Is it possible to make it clip with UIPanel?
Thanks