-
Notifications
You must be signed in to change notification settings - Fork 615
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels