Explorar o código

部分机型将要进入发布页面崩溃fixed

Chris %!s(int64=5) %!d(string=hai) anos
pai
achega
89bfbb3def

+ 3 - 3
RainbowPlanet/RainbowPlanet/Modules/PublishModule/PublishEditController/Controller/PublishEditController.swift

@@ -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
     }()