tungvoduc / DTPagerController

A fully customizable container view controller to display a set of ViewControllers in a horizontal scroll view. Written in Swift.
MIT License
289 stars 42 forks source link

Weird navigation controller's behaviour #37

Closed CarioniStefano closed 5 years ago

CarioniStefano commented 5 years ago

Hello,

I'm getting a weird bug in my application, and I'm getting the same problem in the Example provided in this library.

Step to reproduce: 1 open the example app 2 fast switch between page "One" viewcontroller and "Two" viewcontroller for 4 or 5 time 3 tap on the "push" button

As you can see the push doesn't perform because the navigation controller is nil.

tungvoduc commented 5 years ago

@CarioniStefano Thank you for reporting! I will take a look at it. I might already know what causes it.

tungvoduc commented 5 years ago

@CarioniStefano version 2.0.3 should fix this issue :)