Notice
Recent Posts
Recent Comments
Link
Tags
- TOSS
- Keychain
- Apple
- Combine+UIKit
- Swift
- CollectionView
- GOF
- WWDC
- 디자인패턴
- lineBreakStrategy
- 애플
- UILabel
- lineBreakMode
- orthogonalScrollingBehavior
- 스위프트
- Accessibility
- 전달인자 레이블
- HIG
- iPad
- 야곰아카데미
- Human Interface Guidelines
- iTerm
- Split View
- DiffableDataSource
- IOS
- LanguageGuide
- 앱개발
- github
- 애플사이다
- UIKit
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- Today
- Total
목록에러 (1)
애플사이다의 iOS 개발 일지
[CollectionView] estimatedHeight 사용 시 is stuck in its update/layout loop 에러 발생
CollectionView의 CompositionalLayout에서 estimatedHeight를 사용해봤다. Item / Group의 크기를 고정하지 않고, Cell 내부 컨텐츠의 높이를 알아서 계산하여 반영해주므로 매우 유용하다. *예제코드는 [CollectionView] Diffable DataSource 이해하기 (3/3) - 상품 배너/목록/상세 화면을 구현한 예제코드 포스트를 참고 그런데 약 iOS 15.0~15.3에서crash가 발생했다. 에러 문구는 아래와 같다. is stuck in its update/layout loop. This can happen for many reasons, including self-sizing views whose preferred attributes ar..
iOS
2022. 6. 13. 13:02