ios - How to swipe UIPageViewController from Navigation Bar -
i trying make uipageviewcontroller
can swiped navigation bar. tinder ios app has example of this.
i cannot add navigation bar inside content view controllers, because navigation bar dynamic , animates swipe between pages.
so far architecture this:
mainvc: uivc
-contains uipageviewcontroller inside it
-contains navigation bar inside it
-contains data vc1 , vc2
how achieve swipe input navigation bar , affect uipagevc?
i solved problem , created repo it:
https://github.com/goktugyil/ezswipecontroller
its more snapchats navigation, means navigation bar not animate works well.
Comments
Post a Comment