Przeglądaj źródła

fix bottom edge in settings view

Tobias Conradi 9 lat temu
rodzic
commit
4b527e2e66

+ 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];