소스 검색

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 년 전
부모
커밋
466958f801
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
 }