We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 129dee6 commit 68f5494Copy full SHA for 68f5494
Coding_iOS/Views/Cell/TweetCell.m
@@ -521,7 +521,7 @@ - (CGFloat)collectionView:(UICollectionView *)collectionView layout:(UICollectio
521
}
522
- (CGFloat)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout minimumInteritemSpacingForSectionAtIndex:(NSInteger)section{
523
if (collectionView == _mediaView) {
524
- return 3.0;
+ return 2.0;
525
}else{
526
return kTweetCell_LikeUserCCell_Pading/2;
527
0 commit comments