0

I have a TableView that its cell contains a second TableView (Nested TableView). Inner tableView shows comments that have variable cell height. Calculate this height with UITableView.automaticDimension. But main tableView cannot calculate it's cell height properly. Main tableView use UITableView.automaticDimension for calculating cell height. but innerTableView doesn't show in the main tableView.

Bappaditya
  • 9,494
  • 3
  • 20
  • 29

1 Answers1

-1

My test project download link: dropbox.com/s/woieoi71t5kt66d/NestedTableViewTest%202.zip?dl=0