浏览代码

RemoteNetworkDataSource: Adjust cell height to design

Soomin Lee 5 年之前
父节点
当前提交
e965a97b55
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/LocalNetworkConnectivity/RemoteNetworkDataSource.swift

+ 1 - 1
Sources/LocalNetworkConnectivity/RemoteNetworkDataSource.swift

@@ -119,7 +119,7 @@ class RemoteNetworkDataSource: NSObject, UITableViewDataSource, UITableViewDeleg
         }
         switch cellType {
         case .cloud, .streaming, .download:
-            return UITableView.automaticDimension
+            return 64
         case .wifi:
             return 80
         }