ZFNavigationController icon indicating copy to clipboard operation
ZFNavigationController copied to clipboard

播放视频、动画时候,滑动返回不卡顿

Results 3 ZFNavigationController issues
Sort by recently updated
recently updated
newest added

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer { NSLog(@"shouldRecognizeSimultaneouslyWithGestureRecognizer---%@", otherGestureRecognizer); if ([otherGestureRecognizer isKindOfClass:NSClassFromString(@"UIScrollViewPanGestureRecognizer")] || [otherGestureRecognizer isKindOfClass:NSClassFromString(@"UIPanGestureRecognizer")]|| [otherGestureRecognizer isKindOfClass:NSClassFromString(@"UIScrollViewPagingSwipeGestureRecognizer")]){ //冲突要有两个,二者不可兼得 UIView *aView = otherGestureRecognizer.view; if ([aView isKindOfClass:[UIScrollView class]] && [otherGestureRecognizer isKindOfClass:[UIPanGestureRecognizer class]]) {...

当从做上角下拉通知时, 当拖拉手势,是斜向下时, 有水平位移时, 会出现问题 ,多试几次就会出现, ![img_1285](https://cloud.githubusercontent.com/assets/16474869/26811905/2e0cd934-4aa7-11e7-9c87-6bc5065294ac.PNG)