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
The issue is simply addressable by implementing - (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gesture to the class and returning NO for horizontal movements.
The text was updated successfully, but these errors were encountered:
falcon283
changed the title
Slide Tracking fail if T
Slide Tracking fail if the NMRangeSlider is in a view hierarchy that use an UIPanGestureRecognizer
Aug 8, 2014
The issue is simply addressable by implementing - (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gesture to the class and returning NO for horizontal movements.
The text was updated successfully, but these errors were encountered: