Notice
Recent Posts
Recent Comments
Link
Tags
- 애플사이다
- Split View
- TOSS
- CollectionView
- Keychain
- 애플
- HIG
- github
- 디자인패턴
- iTerm
- iPad
- orthogonalScrollingBehavior
- 앱개발
- DiffableDataSource
- WWDC
- UILabel
- UIKit
- IOS
- Human Interface Guidelines
- 야곰아카데미
- 전달인자 레이블
- Apple
- Swift
- lineBreakStrategy
- GOF
- Combine+UIKit
- Accessibility
- 스위프트
- lineBreakMode
- LanguageGuide
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 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