标签: iphone objective-c xcode uiimage cgcontext
UIImage *myImage = [UIImage imageNamed:@"myimage.png"]; [myImage drawInRect:CGRectMake(0, 0, aSourceImage.size.width, aSourceImage.size.width) blendMode:kCGBlendModeNormal alpha:0.37]; //..other code...