Say you have a UIBez you have built:
Now I want to "clip" it, perhaps with this rectangle:
So in the example the final path I want would be:
(Alternately in the example you could "subtract" a rectangle on the right and one on the bottom.)
Does the iOS toolkit include this ability for UIBezierPath construction?
I think the answer is "No" but it's one of those things that is impossible to google, because, you get unrelated QA. So I cannot find the answer.
Pls note - this is totally different from simply "adding a hole" as one does as a commonplace using .append
(example of that https://stackoverflow.com/a/57514286/294884 )