I have a view that acts as a container for multiple CAShapeLayers. These contain bezier that form a composition on the screen that the user can manage in different ways to do with line weight, colour, shape fill, opacity etc.
I want to introduce text via a WebView that will occupy the same container. The trick is that ideally I want to be able to control the zPosition in the container of each element, relative to the others.
Can a WebView be in a container in a way that it shares zPosition range with CAShapeLayers in that container?
Couple options...
Here's a quick example of Option 3:
Looks like this: