Open DevKDuck opened 2 years ago
func collectionView(_ collectionView: UICollectionView, layout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize {
let frameWidth = self.view.frame.width
let horizontalMargin: CGFloat = frameWidth * (56 / 375)
let width = frameWidth - (horizontalMargin * 2)
let height = width * (442 / 260)
return CGSize(width: width, height: height)
하지만 mini보다 크기가 작은 SE로 실행할 시 여전히 잘림현상이 있음
메인 메뉴 (온보딩) 중앙에 배치할 CollectionView 부분 구현중 이슈 발생
[ ] CollectionView AutoLayout 설정하기
디자이너가 정해준 크기 - 아이폰 12mini 기준
현재 상황
문제점