jjzjj

GreyscaleAllView

全部标签

ios - 灰度 UIView。 View 未重绘

通过在顶部添加以下View,我设法获得了灰度的UIView:@interfaceGreyscaleAllView:UIView@property(nonatomic,retain)UIView*underlyingView;@end@implementationGreyscaleAllView@synthesizeunderlyingView;-(void)drawRect:(CGRect)rect{CGContextRefcontext=UIGraphicsGetCurrentContext();//drawtheimage[self.underlyingView.layerrend