FoldTableViewHeaderCell
public protocol FoldTableViewHeaderCell : AnyObject
折叠Cell需要继承该协议
-
Declaration
Swift
func changeState(_ state: FoldState, cellReuseStatus cellReuse: Bool)Parameters
state折叠状态
cellReuse是否因为复用导致的折叠状态变化
View on GitHub
FoldTableViewHeaderCell Protocol Reference