lucoceano / Pager

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

View Will appear of current view controller is called when pushing new view controller #58

Open AceCracked opened 6 years ago

AceCracked commented 6 years ago

I have a strange issue, I have a navigation controller which contains the pager, when I try to push another view controller from the navigation controller, the view will appear method of the view controller inside the first tab is called, how can I solve this? thanks