|
@@ -102,6 +102,9 @@ class CommunityRecommendController: BaseViewController {
|
|
|
tableView.backgroundColor = kf7f8faColor
|
|
|
tableView.dataSource = self
|
|
|
tableView.delegate = self
|
|
|
+ tableView.estimatedRowHeight = 0
|
|
|
+ tableView.estimatedSectionHeaderHeight = 0
|
|
|
+ tableView.estimatedSectionFooterHeight = 0
|
|
|
return tableView
|
|
|
}()
|
|
|
lazy var communityPostDetailTableViewHeaderView: CommunityPostDetailTableViewHeaderView = {
|