Skip to content

Commit 68f5494

Browse files
committed
在 iPhone 5 上面,冒泡有四张图片时,显示错误的 bug
1 parent 129dee6 commit 68f5494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Views/Cell/TweetCell.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ - (CGFloat)collectionView:(UICollectionView *)collectionView layout:(UICollectio
521521
}
522522
- (CGFloat)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout minimumInteritemSpacingForSectionAtIndex:(NSInteger)section{
523523
if (collectionView == _mediaView) {
524-
return 3.0;
524+
return 2.0;
525525
}else{
526526
return kTweetCell_LikeUserCCell_Pading/2;
527527
}

0 commit comments

Comments
 (0)