Open inuinseoul opened 2 years ago
하나의 delegate에서 분기를 사용해 각 TableView를 구분하거나, TableView 별도의 delegate 객체를 만들어서 주입해주는 방법이 있습니다.
func tableView(_: cellForRowAt:)
func tableView(_:, cellForRowAt:) → UITableViewCell
하나의 delegate에서 분기를 사용해 각 TableView를 구분하거나, TableView 별도의 delegate 객체를 만들어서 주입해주는 방법이 있습니다.