本来再次来自本群 【天空air_as3_北京】 仰慕者可以给作者发email:paradiselwh154@gmail.com
顺便介绍我们的QQ群:241465868
原理:使用了遮罩,核心就是:
CGImageRef mask = CGBitmapContextCreateImage(UIGraphicsGetCurrentContext());
UIGraphicsEndImageContext();
CGContextClipToMask(ctx, self.bounds, mask);
CGImageRelease(mask);
代码片段如下:
- (void)drawRect:(CGRect)rect
{
[super drawRect:rect];
CGContextRef ctx =