I have a cell like this
The inside tableView
is not scroll enable, but has dynamic cells, and dynamic contentSize
The tableView's height depends on cells
When I use UITableViewAutomaticDimension
to auto size for the cell,
contentTableView.rowHeight = UITableViewAutomaticDimension
it's not working for the inside tableView
it just show Labels of the cell, but not tableView
Any Answers? Thanks