소스 검색

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