My app has a full-screen UICollectionView with a horizontal scroll direction. When I swipe from the edge, intending for the NavigationController to pick up the InteractivePopGesture, the CollectionView interprets it as a horizontal scroll.
Is there any way to use the new InteractivePopGesture with a full screen scrollable view?
Edit: The comments here describe the same problem.