获取CGContextRef的几种方法
1.继承UIView,重写drawRect方法 CGContextRef ctx = UIGraphicsGetCurrentContext();2.根据创建好的CALayer获取当前Layer的Context- (CGContextRef) MyCreateBitmapContext:(CALayer*)layer{ int pixelsWide = layer....