Browse Source

fix bottom edge in settings view

Tobias Conradi 9 years ago
parent
commit
4b527e2e66
1 changed files with 3 additions and 0 deletions
  1. 3 0
      VLC for Apple TV/VLCSettingsTableViewController.m

+ 3 - 0
VLC for Apple TV/VLCSettingsTableViewController.m

@@ -39,6 +39,9 @@
     [super viewDidLoad];
 
     self.clearsSelectionOnViewWillAppear = YES;
+    self.automaticallyAdjustsScrollViewInsets = NO;
+    self.edgesForExtendedLayout = UIRectEdgeAll ^ UIRectEdgeTop;
+
 
     _userDefaults = [NSUserDefaults standardUserDefaults];
     _settingsReader = [[IASKSettingsReader alloc] init];