I want to create a custom view with an image that can be scrollable and visible only in the shape I created (i.e. a triangle, oval, etc.)
I tried UIBezierPath, but its only mask is the image layer, but I want it as in UIScrollView, so the image also scrolls.
I want to complete this operation as quickly as possible, please offer me a technique or an example of how to do this. Thanks at Advance
source share