lucoceano / Pager

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

Swipe right and left Quickly #40

Closed abhii24 closed 7 years ago

abhii24 commented 7 years ago

When i try to swipe right and left few more times it is giving bad results and sometimes app is crashing with the error :No view controller managing visible view <UIView: 0x101792690; frame = (0 0; 375 554); autoresize = W+H; layer = <CALayer: 0x17003fe00>>'. I am passing value to childView from "controllerForTabAtIndex" function. @lucoceano @lfarah