Skip to content

无法选中指定tab #12

@wesleycheng

Description

@wesleycheng
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 } 这个判断不对吧

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions