Explorar el Código

RemoteNetworkDataSource: Adjust cell height to design

Soomin Lee hace 5 años
padre
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
         }