Explorar o código

Local Network: Remove white line on the bottom left of the cells in iOS 7

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
Marc Etcheverry %!s(int64=11) %!d(string=hai) anos
pai
achega
466958f801
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Sources/VLCLocalServerFolderListViewController.m

+ 1 - 0
Sources/VLCLocalServerFolderListViewController.m

@@ -71,6 +71,7 @@
     _tableView.delegate = self;
     _tableView.dataSource = self;
     _tableView.rowHeight = [VLCLocalNetworkListCell heightOfCell];
+    _tableView.separatorStyle = UITableViewCellSeparatorStyleNone;
     self.view = _tableView;
 }