Skip to content

Commit

Permalink
fix fps dismiss, keep 58fps
Browse files Browse the repository at this point in the history
  • Loading branch information
xhzengAIB committed Feb 27, 2014
1 parent ab88cd6 commit 1208f4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/InstagramCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit 1208f4b

Please sign in to comment.