Hi, I have a UITabBarController with a Navigation Controller, inside each of the tabs, I have a UICollectionView, but it's not working the way it should.
The tab doesn't appear at the right position, and after scroll a little, the navigation disappears and shows the tab behind.
I'm doing this:
self.scrollCoordinator = [[JDFPeekabooCoordinator alloc] init];
self.scrollCoordinator.scrollView = self.collectionView;
self.scrollCoordinator.topView = self.navigationController.navigationBar;
self.scrollCoordinator.bottomView = self.tabBarController.tabBar;
Is anything wrong?
I left here some screenshots to show the problem.
Thanks,
José Teixeira


Hi, I have a UITabBarController with a Navigation Controller, inside each of the tabs, I have a UICollectionView, but it's not working the way it should.
The tab doesn't appear at the right position, and after scroll a little, the navigation disappears and shows the tab behind.
I'm doing this:
Is anything wrong?
I left here some screenshots to show the problem.
Thanks,
José Teixeira