본문 바로가기

Programming/Swift

[ios] Self-Sizing Table View Cells

baked-corn.tistory.com/124

 

[ios] Self-Sizing Table View Cells

[ios] Self-Sizing Table View Cells 안녕하세요. 오늘은 테이블 뷰의 셀의 크기를 동적으로 관리하는 방법에 대해 알아보는 시간을 갖도록 하겠습니다. 기본적으로 UITableViewCell 의 높이는 UITableViewDelegat..

baked-corn.tistory.com

참고자료

 

  1. Working with Self-Sizing Table View Cells
  2. Raywenderlich - Self-Sizing Table View Cells

'Programming > Swift' 카테고리의 다른 글

if let vs. guard let  (0) 2021.03.04
GCD Concepts  (0) 2021.02.10
Protocol: CLLocationManagerDelegate  (0) 2021.01.19
Optional  (0) 2021.01.14
Structures and Classes  (0) 2021.01.14