瀏覽代碼

fix iPhoneX

Marino Faggiana 7 年之前
父節點
當前提交
f12b94dd41
共有 1 個文件被更改,包括 0 次插入16 次删除
  1. 0 16
      iOSClient/Main/CCMain.m

+ 0 - 16
iOSClient/Main/CCMain.m

@@ -417,22 +417,6 @@
 #pragma mark ==== DZNEmptyDataSetSource ====
 #pragma --------------------------------------------------------------------------------------------
 
-- (CGFloat)verticalOffsetForEmptyDataSet:(UIScrollView *)scrollView
-{
-    CGFloat safeAreaTop = 0;
-    CGFloat safeAreaBottom = 0;
-
-    if (@available(iOS 11, *)) {
-        safeAreaTop = [UIApplication sharedApplication].delegate.window.safeAreaInsets.top;
-        safeAreaBottom = [UIApplication sharedApplication].delegate.window.safeAreaInsets.bottom;
-    }
-    
-    //CGFloat searchBar = self.searchController.searchBar.frame.size.height;
-    CGFloat tabBar = self.tabBarController.tabBar.frame.size.height;
-    
-    return - (tabBar + safeAreaBottom);
-}
-
 - (BOOL)emptyDataSetShouldAllowScroll:(UIScrollView *)scrollView
 {
     if (_loadingFolder)