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; } }