Skip to content

Commit

Permalink
style: 메소드명 오타를 수정 #9
Browse files Browse the repository at this point in the history
  • Loading branch information
leeari95 committed Jan 13, 2022
1 parent aa1c79a commit e8e87c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OpenMarket/OpenMarket/View/ProductsCollectionView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class ProductsCollectionView: UICollectionView {
required init?(coder: NSCoder) {
super.init(coder: coder)
registerXib()
self.collectionViewLayout = setUpLayput()
self.collectionViewLayout = setUpLayout()
isHidden = true
}

Expand All @@ -28,7 +28,7 @@ class ProductsCollectionView: UICollectionView {
register(listNibName, forCellWithReuseIdentifier: ProductCell.gridIdentifier)
}

private func setUpLayput() -> UICollectionViewFlowLayout {
private func setUpLayout() -> UICollectionViewFlowLayout {
let flowLayout = UICollectionViewFlowLayout()
flowLayout.itemSize = listItemSize
flowLayout.sectionInset = listSectionInset
Expand Down

0 comments on commit e8e87c6

Please # to comment.