Basically, I am making a view that has two images. Image one is shown in a right triangle that takes up the top left of the view, and image two takes the up the right triangle that takes up the bottom right.
Imagine a square cut diagonally, a different image exists in each resulting half.
I've been reading a lot about masks, but I don't want to use another image to mask these images.
I'm looking for a way to give it 3 points, which form that triangle, and then have it clip the image that way.
I feel like this is probably easy to do in Coregraphics, I'm just missing the calls I think.
Any help is greatly appreciated!