zhangyuge

Results 2 comments of zhangyuge

setContentOffset animated 为true时候卡顿 JXSegmentedView 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)...

我把规则改了下就正常了,具体还不清楚是怎么回事,还要研究下了。发现UDP直接走的本地,大佬知道这框架怎么做UDP转发吗?