Skip to content

Commit

Permalink
feat: SwiftForamt수정
Browse files Browse the repository at this point in the history
  • Loading branch information
MaraMincho committed Jan 13, 2024
1 parent 7d31042 commit 041c023
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ private extension HomeViewController {

extension HomeViewController: UICollectionViewDelegate {
func collectionView(_: UICollectionView, willDisplay _: UICollectionViewCell, forItemAt indexPath: IndexPath) {

/// 사용자가 아직 보지 않은 셀의 갯수
// 사용자가 아직 보지 않은 셀의 갯수
let toShowCellCount = (feedCount - 1) - indexPath.row
if toShowCellCount < 3 {
fetchFeedPublisher.send()
Expand Down

0 comments on commit 041c023

Please sign in to comment.