When there is a horizontally scrollable view inside the followed scrollview, the navigation bar moves slightly up and down as described by #230. This is because ScrollingNavigationController pan gesture recognizer allows simultaneous gestures. This pull requests adds a guard preventing the pan gesture to start unless it is vertical
When there is a horizontally scrollable view inside the followed scrollview, the navigation bar moves slightly up and down as described by #230. This is because ScrollingNavigationController pan gesture recognizer allows simultaneous gestures. This pull requests adds a guard preventing the pan gesture to start unless it is vertical