Skip to content

Commit

Permalink
[Fix] sopt-makers#103 - 랭킹 리스트 바텀 인셋 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
L-j-h-c committed Jan 11, 2023
1 parent c9e71d5 commit c909767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ extension RankingVC {
let group = NSCollectionLayoutGroup.horizontal(layoutSize: size, subitem: item, count: 1)

let section = NSCollectionLayoutSection(group: group)
section.contentInsets = .init(top: 28.adjustedH, leading: 20.adjusted, bottom: 0, trailing: 20.adjusted)
section.contentInsets = .init(top: 28.adjustedH, leading: 20.adjusted, bottom: 60.adjustedH, trailing: 20.adjusted)
section.interGroupSpacing = .init(10.adjustedH)
section.orthogonalScrollingBehavior = .none

Expand Down

0 comments on commit c909767

Please sign in to comment.