CustomToolBar
摘要:- (void)drawLayer:(CALayer *)layer inContext:(CGContextRef)ctx{ if([selfisMemberOfClass: [UIToolbarclass]]) { UIImage *image = [UIImage imageNamed:@"微博切tu_65.png"]; //CGContextClip(ctx); CGContextTranslateCTM(ctx, 0, image.size.height); CGContextScaleCTM(ctx, 1.0, -1.0); CGContextDr...
阅读全文
posted @ 2012-11-15 17:56