kolhozz
Results
2
comments of
kolhozz
i met with this problem a few days ago. try change this methods `- (void)setProcessedImageInternal:(UIImage *)processedImage { [self willChangeValueForKey:@"processedImage"]; _processedImage = processedImage; super.image = processedImage; self.layer.contentsScale = processedImage.scale; self.layer.contents =...