I\'ve been trying to implement swipe navigation between View Controllers in my app using the Swipe Gesture Recognizer and embeded Navigation Controller, but it doesn\'t look eve
I had similar requirement, initially implemented with PageController, but later I've changed it to UICollectionView where each cell is fullscreen and scroll is set to horizontal.