LLSegmentViewController icon indicating copy to clipboard operation
LLSegmentViewController copied to clipboard

无法选中指定tab

Open wesleycheng opened this issue 4 years ago • 1 comments

open func selected(at Index:NSInteger,animation:Bool)  {
    guard (ctls.count < Index && Index > 0) else {
        return
    }
    segmentCtlView.selected(at: Index, animation: animation)
}

guard (ctls.count < Index && Index > 0) else { return } 这个判断不对吧

wesleycheng avatar Oct 28 '19 04:10 wesleycheng

同样遇到这个问题,作者貌似潜水了??

xusion avatar Jun 09 '20 03:06 xusion