marinofaggiana hace 5 años
padre
commit
7993b3ab88
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      iOSClient/Main/CCMain.m

+ 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