lucoceano / Pager

Pager is the simplest and best way to implement sliding view controllers in Swift
MIT License
232 stars 41 forks source link

Tabs beyond the 3rd tab aren't visible when using swipe gestures #2

Closed ycastonguay-cbc closed 8 years ago

ycastonguay-cbc commented 8 years ago

This code also has the same bugs as the CKViewPager, scrolling tabs quickly using swipe gestures will lead to a crash.

https://github.com/lucoceano/CKViewPager/issues/4

lfarah commented 8 years ago

Hey @ycastonguay-cbc, I just got permissions to Push to this repo, so you should see a lot of new updated in the next days. I'l take a look at your concern.

lfarah commented 8 years ago

@ycastonguay-cbc #4 updates the example app and now you're able to slide all the 7 tabs. I noticed the crash and I'll take a look into that :wink:

lfarah commented 8 years ago

I'll close this issue and open a new one concerning the crashing:

scrolling tabs quickly using swipe gestures will lead to a crash. lucoceano/CKViewPager#4