views:

8

answers:

0

Hello,

I'm trying to lay out a bunch of views as shown in this photo:

screenshot

Each view has sublayers whose backgroundColor produces the colours you see. The problem is that when the view is rotated, the sublayer doesn't anti-alias, so these ugly white specks appear (I confirmed that they are indeed the backgroundColor of the UIView)

Is there any way to avoid this?