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 | 31 |
Tags
- SWIFT
- Xcode
- Observable
- ios
- ribs
- uitableview
- UICollectionView
- combine
- HIG
- collectionview
- RxCocoa
- 애니메이션
- Protocol
- tableView
- map
- MVVM
- 클린 코드
- 스위프트
- Clean Code
- swift documentation
- 리펙터링
- Human interface guide
- UITextView
- uiscrollview
- swiftUI
- clean architecture
- 리펙토링
- rxswift
- Refactoring
- 리팩토링
Archives
- Today
- Total
목록self sizing (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] invalidateIntrinsicContentSize()와 layoutIfNeeded()의 차이 (UITableView, UICollectionView, self resizing)
intrinsicContentSize intrinsicContentSize UILabel과 같은 UI에는 본질적인 크기와, 프레임 크기가 존재하는데 이 때 본질적인 크기를 의미 intrinsicContentSize를 가지고 있는 UI와 가지고 있지 않는것들로 분류 ex) UILabel은 intrinsicContentSize가 자동으로 불리는 형태 3초후에 text를 입력하고, 화면에 잘리지 않고 길이만큼 content가 표시되는지 테스트 override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) DispatchQueue.main.asyncAfter(deadline: .now() + 3) { self.nameLabel.text..
iOS 응용 (swift)
2022. 3. 30. 23:34