DNC

Results 7 comments of DNC

`segmentedListContainerView` line 431 的判断改成 `guard scrollView.isTracking || scrollView.isDragging || scrollView.isDecelerating` 试试

> ![image](https://user-images.githubusercontent.com/19930889/171562235-a0668895-8553-4156-b395-9cf69a2b6557.png) 注释掉 不使用就好了 好的,感谢回复

> w 574行修改如下 > if contentScrollView != nil && (selectedType == .click || selectedType == .code) { > // contentScrollView!.setContentOffset(CGPoint(x: contentScrollView!.bounds.size.width_CGFloat(index), y: 0), animated: isContentScrollViewClickTransitionAnimationEnabled) if isContentScrollViewClickTransitionAnimationEnabled { UIView.animate(withDuration: 0.25)...

same problem with you, have you resolved it?