You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Big fan of the library! I encountered a small issue - when I present a new NavigationController with a ViewController as its root as such:
UINavigationController *n = [[UINavigationController alloc] initWithRoot:someVC];
and then manually wire up the VC's interactionController in its viewDidLoad, the interaction is off: I will start a horizontal slide, and the view seems to slide to the right twice as fast, and on release often bounces back again. When I do the gesture a second time it works fine. Any suggestions what might cause this behaviour? Thanks!
The text was updated successfully, but these errors were encountered:
Hey Colin,
Big fan of the library! I encountered a small issue - when I present a new NavigationController with a ViewController as its root as such:
UINavigationController *n = [[UINavigationController alloc] initWithRoot:someVC];
and then manually wire up the VC's interactionController in its viewDidLoad, the interaction is off: I will start a horizontal slide, and the view seems to slide to the right twice as fast, and on release often bounces back again. When I do the gesture a second time it works fine. Any suggestions what might cause this behaviour? Thanks!
The text was updated successfully, but these errors were encountered: