ソースを参照

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

Chris 5 年 前
コミット
89bfbb3def
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3 3
      RainbowPlanet/RainbowPlanet/Modules/PublishModule/PublishEditController/Controller/PublishEditController.swift

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