FoldTableViewDataSource
public protocol FoldTableViewDataSource : UITableViewDataSource
Undocumented
-
tableView(_:canExpandSection:)Default implementationUndocumented
Default Implementation
是否允许展开协议默认实现,默认允许展开
Declaration
Swift
func tableView(_ tableView: FoldTableView, canExpandSection section: Int) -> Bool -
Undocumented
Declaration
Swift
func tableView(_ tableView: FoldTableView, expandableCellForSection section: Int) -> UITableViewCell
View on GitHub
FoldTableViewDataSource Protocol Reference