Selaa lähdekoodia

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 11 vuotta sitten
vanhempi
commit
466958f801
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;
 }