//Please note. To make view transparent you need to add:
//self.backgroundColor = [UIColor clearColor];
CGContextRef context = UIGraphicsGetCurrentContext();
CGContextClearRect(context, self.bounds);
Currently rated 5.0 by 5 people
Tags: uiview
General
Powered by BlogEngine.NET 1.4.5.0 Theme by Mads Kristensen