marinofaggiana 4 жил өмнө
parent
commit
7993b3ab88

+ 2 - 2
iOSClient/Main/CCMain.m

@@ -531,8 +531,8 @@
 
 - (CGFloat)verticalOffsetForEmptyDataSet:(UIScrollView *)scrollView
 {
-    //CGFloat height = self.tabBarController.tabBar.frame.size.height;
-    return 0;
+    CGFloat height = self.tabBarController.tabBar.frame.size.height;
+    return -height;
 }
 
 - (UIColor *)backgroundColorForEmptyDataSet:(UIScrollView *)scrollView