瀏覽代碼

fix bottom edge in settings view

Tobias Conradi 9 年之前
父節點
當前提交
4b527e2e66
共有 1 個文件被更改,包括 3 次插入0 次删除
  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];