Browse Source

make the views height flexible closes #13165

Carola Nitz 10 years ago
parent
commit
5d20276250
1 changed files with 1 additions and 0 deletions
  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) {