Skip to content

Commit

Permalink
Merge pull request #197 from mash-up-kr/feature/sh/register-category-…
Browse files Browse the repository at this point in the history
…button

[DA] 등록 화면 카테고리 선택 버튼 간격 수정
  • Loading branch information
AhnSangHee authored Aug 30, 2022
2 parents f8a1651 + b6521ac commit cb3a715
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,14 @@ final class RegisterGifticonInfoView: BaseView {
private func generateCategorySection() -> NSCollectionLayoutSection {
let item = CollectionViewLayoutManager.configureItem(
with: CollectionViewConfigureSize(
widthDimension: .estimated(10),
widthDimension: .estimated(1),
heightDimension: .absolute(34)
)
)
item.edgeSpacing = .init(leading: .none,
top: .none,
trailing: .fixed(8),
bottom: .none)

let group = CollectionViewLayoutManager.configureGroup(
with: CollectionViewConfigureSize(
Expand Down

0 comments on commit cb3a715

Please sign in to comment.