Przeglądaj źródła

RemoteNetworkDataSource: Adjust cell height to design

Soomin Lee 5 lat temu
rodzic
commit
e965a97b55

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