Explorar el Código

fix bottom edge in settings view

Tobias Conradi hace 9 años
padre
commit
4b527e2e66
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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];