I want to create in my App something like that:
I can open the camera and add the background 50% grey but the problem I have now, is how I can create a transparent square over the background and put in the middle a red line.
[self.view bringSubviewToFront:self.background];
If I add the next line appear the square but appear the background.
[self.view bringSubviewToFront:self.transparentSquare];