jakespracher / Snapchat-Swipe-View

Handy four way snapchat style scrolling navigation
MIT License
143 stars 19 forks source link

LeftVC is nil but still showing #23

Closed abeticlairon closed 4 years ago

abeticlairon commented 4 years ago

Thank you for this library! I set the leftVC to nil because I only need the middle and right one, but it still allows me to swipe to the left (which shows an empty screen). How can I fix that?

abeticlairon commented 4 years ago

For those having the same issue and looking for a working solution, I advise you use https://github.com/Lomotif/swipe-navigation. I switched to that, and you choose which sides are "swipeable", those you hide will not show a blank page.