Skip to content

Commit

Permalink
[Feat] Team-Smeme#183 - 둘러보기 셀 높이 기기대응
Browse files Browse the repository at this point in the history
  • Loading branch information
jumining committed Jan 13, 2023
1 parent 99da187 commit b259aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ extension OpenDiaryViewController: UICollectionViewDelegateFlowLayout {
return cellSize
} else if collectionView == diaryListCollectionView {
let cellWidth = convertByWidthRatio(315)
let cellHeight = convertByHeightRatio(161)
let cellHeight = 101 + convertByHeightRatio(60)
return CGSize(width: cellWidth, height: cellHeight)
}
return CGSize()
Expand Down

0 comments on commit b259aad

Please sign in to comment.