SkeletonTableViewDelegate
public protocol SkeletonTableViewDelegate : UITableViewDelegate
Undocumented
-
collectionSkeletonView(_:identifierForHeaderInSection:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UITableView, identifierForHeaderInSection section: Int) -> ReusableHeaderFooterIdentifier?
-
collectionSkeletonView(_:identifierForFooterInSection:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UITableView, identifierForFooterInSection section: Int) -> ReusableHeaderFooterIdentifier?