From 1208f4b982401f5d0b2c19f40769b6cc09edcfcc Mon Sep 17 00:00:00 2001 From: xhzengAIB Date: Thu, 27 Feb 2014 22:03:32 +0000 Subject: [PATCH] =?UTF-8?q?fix=20fps=20dismiss=EF=BC=8C=20keep=2058fps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/InstagramCell.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/InstagramCell.m b/Source/InstagramCell.m index 1f879f1..9cc701c 100644 --- a/Source/InstagramCell.m +++ b/Source/InstagramCell.m @@ -86,8 +86,6 @@ - (void)setupCell { } _userProfileImageView.frame = CGRectMake(0, 0, 35, 35); _userProfileImageView.contentMode = UIViewContentModeScaleAspectFit; - _userProfileImageView.layer.masksToBounds = YES; - _userProfileImageView.layer.cornerRadius = 17.5; } }