I have this custom layout as in this picture :
The four rectangles are UIView
s with border lines over a CALayer
. In the middle of this rectangles are another UIView
as a circle. I would like to draw the border line of the circle where the rectangles are open. The difficulty is that the rectangles are autoresizing and the UIView in the middle. How can I make that ?