Snapchat-like swipe navigation between views in Xcode 6 and Swift)

前端 未结 7 636
清酒与你
清酒与你 2021-01-30 11:47

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

7条回答
  •  悲哀的现实
    2021-01-30 12:29

    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.

提交回复
热议问题