|
@@ -107,9 +107,9 @@ class PublishEditController: BaseViewController {
|
|
|
tableView.backgroundColor = kffffffColor
|
|
|
tableView.dataSource = self
|
|
|
tableView.delegate = self
|
|
|
- tableView.estimatedRowHeight = 0.000001
|
|
|
- tableView.estimatedSectionFooterHeight = 0.000001
|
|
|
- tableView.estimatedSectionHeaderHeight = 0.000001
|
|
|
+ tableView.estimatedRowHeight = 0
|
|
|
+ tableView.estimatedSectionFooterHeight = 0
|
|
|
+ tableView.estimatedSectionHeaderHeight = 0
|
|
|
return tableView
|
|
|
}()
|
|
|
|