Browse Source

fix iPhoneX

Marino Faggiana 7 years ago
parent
commit
f12b94dd41
1 changed files with 0 additions and 16 deletions
  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)