FoldTableViewHeaderCell

public protocol FoldTableViewHeaderCell : AnyObject

折叠Cell需要继承该协议

  • Declaration

    Swift

    func changeState(_ state: FoldState, cellReuseStatus cellReuse: Bool)
    Parameters
    state

    折叠状态

    cellReuse

    是否因为复用导致的折叠状态变化