소스 검색

make the views height flexible closes #13165

Carola Nitz 10 년 전
부모
커밋
5d20276250
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Sources/VLCMenuTableViewController.m

+ 1 - 0
Sources/VLCMenuTableViewController.m

@@ -90,6 +90,7 @@
     _tableView.scrollsToTop = NO;
 
     self.view = [[UIView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, kGHRevealSidebarWidth, CGRectGetHeight(self.view.bounds))];
+    self.view.autoresizingMask = UIViewAutoresizingFlexibleHeight;
     [self.view addSubview:_tableView];
 
     if (SYSTEM_RUNS_IOS7_OR_LATER) {