jakespracher / Snapchat-Swipe-View

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

Navigation to left, mid, or right view controllers? #12

Closed HackShitUp closed 6 years ago

HackShitUp commented 7 years ago

Is there a way to navigate to between view controllers? Pushing it won't work because it'll be pushed over the current context, I just want it to sort of, "swipe" to the specified view controller?

jackcolley commented 7 years ago

I wanted to know this as well before using it in a project I'm starting. After looking at the code, it looks to just be using a regular scrollview. So you could use any of the methods you'd normally use to scroll a scrollview programatically. Hope that made sense.

@jakespracher would you be open to a PR that adds a method to scroll to a certain page?

jakespracher commented 7 years ago

Sure thing

ssgutierrez42 commented 6 years ago

@HackShitUp Try this: https://github.com/ssgutierrez42/Snapchat-Swipe-View

HackShitUp commented 6 years ago

@ssgutierrez42 Thanks but I decided to forgo using this framework for a few reasons.