I have an image prepared with transparency, like this:
With two UIviews, I configure the b
Pattern images should be keeping the transparency just fine.
Try [self.dashedView setOpaque:NO]
[self.dashedView setOpaque:NO]