안녕하세요. 우연히 봤는데, UITableViewCell에서 textLabel, detailTextLabel, imageView가 deprecated 되었더라구요? 들어가서 보니, contentConfiguration이라는 것을 사용하라고 합니다. (WWDC20) Modern cell configuration을 보면서 뭔지 공부해볼게요. ## UIListContentConfiguration iOS 13 이하에서는 아래처럼 cell의 built-in imageView, textLabel 사용했어요. class ViewController: UIViewController, UITableViewDataSource { @IBOutlet weak var tableView: UITableView! let data =..