Skip to content

Not working in UICollectionView #8

@jmteixeira

Description

@jmteixeira

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

ios simulator screen shot 26 02 2015 17 33 14
ios simulator screen shot 26 02 2015 17 32 49

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions