-
[UIKit] ScrollView 안에 TableView 넣기iOS/UIKit 2022. 1. 5. 19:40
필수 요소
- 코드로 구현할 때에는 scrollView의 모든 edge에 대한 constraint가 존재,
- scrollView안에 contentView가 존재 ( 이번 경우에는 StackView를 사용)
- contentView의 넓이(스크롤 방향의 수직방향)에 대한 constraint가 존재.
- tableView의 고유한크기(intrinsicContentSize)를 flexible하게 만들어주어야 함.
참고
https://stackoverflow.com/questions/35028518/how-to-make-uitableview-fit-to-contents-size
'iOS > UIKit' 카테고리의 다른 글
UIButton.Configuration으로 리펙토링 아이디어 (0) 2022.01.14 [UIKit] TableViewCell 내부의 button이 작동하지 않을 때 (0) 2022.01.13 Storyboard없이 Code로 UI구현하기 (0) 2021.12.28 UIKit과 DispatchQueue.main의 관계 / 실제 예시를 통해 알아보기 (0) 2021.12.26 [UIKit] UIButton의 Image, Title 크기 조절하기 (0) 2021.12.16