Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- darkmode
- stack
- UIButton
- Code
- 개발자
- Python
- Apple
- github
- error
- SwiftUI
- iOS16
- view
- rxswift
- appstore
- window
- Realm
- Git
- Xcode
- MacOS
- Session
- Swift
- IOS
- JPA
- Notification
- Archive
- 웹뷰
- Firebase
- 한글
- mac
- FLUTTER
Archives
- Today
- Total
EEYatHo 앱 깎는 이야기
Swift ) 콜렉션뷰 셀에 오토레이아웃 적용하기 본문
반응형
lazy var collectionView = UICollectionView(
frame: .zero,
collectionViewLayout: UICollectionViewFlowLayout().then {
$0.estimatedItemSize = UICollectionViewFlowLayout.automaticSize
}
)
콜렉션뷰의 FlowLayout에다가
.estimatedItemSize = UICollectionViewFlowLayout.automaticSize 를 해주고,
Cell 안에서 AutoLayout을 맞춰주면 된다.
델리게이트에서 Size 줘버리면 그걸로 고정되니까 주의!
'iOS, Swift > Tip, Bug, Swift Error' 카테고리의 다른 글
Swift ) UISearchBar 네비게이션바에 넣기 (0) | 2021.03.04 |
---|---|
Swift ) Cell에 그림자 + 둥글게 (shadow + corner radius) (0) | 2021.03.03 |
Swift ) 로컬에 있는 xml 파일 읽어오기 (0) | 2021.03.03 |
Swift ) Background Foreground 감지 (0) | 2021.03.02 |
Swift ) 내 앱 설정화면으로 이동하기 - EEYatHo iOS (0) | 2021.02.26 |
Comments