I have a UIImageView that houses the picture of a floorplan. On top of that I have a UIView where I would like to draw custom shapes (semi-transparently) over different rooms on the floor plan.
I read about UIBeizerPaths for drawing custom shapes, but wasn't able to find out if I could then fill the shape I had drawn.
Summary:
1) Can I fill shapes with color that are drawn from UIBeizerPaths?
2) IF yes, can it be semi-transparent?
3) Are there any alternatives?