From 8ea7268f98ae9ebad2a747dddbcd1cf6c19837f3 Mon Sep 17 00:00:00 2001 From: Chris Jeong Date: Sat, 26 Mar 2016 14:39:05 +0900 Subject: [PATCH] Remove backgroundColor from UIImageView in PZPhotoView --- Classes/PZPhotoView.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Classes/PZPhotoView.m b/Classes/PZPhotoView.m index 0e7befc..79e5d71 100644 --- a/Classes/PZPhotoView.m +++ b/Classes/PZPhotoView.m @@ -159,8 +159,6 @@ - (void)displayImage:(UIImage *)image { [self.imageView addGestureRecognizer:twoFingerTap]; [self.imageView addGestureRecognizer:doubleTwoFingerTap]; - self.imageView.backgroundColor = [UIColor greenColor]; - self.contentSize = self.imageView.frame.size; [self setMaxMinZoomScalesForCurrentBounds];