SkeletonTableViewDataSource
public protocol SkeletonTableViewDataSource : UITableViewDataSource
Undocumented
-
numSections(in:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func numSections(in collectionSkeletonView: UITableView) -> Int
-
collectionSkeletonView(_:numberOfRowsInSection:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UITableView, numberOfRowsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UITableView, cellIdentifierForRowAt indexPath: IndexPath) -> ReusableCellIdentifier
-
collectionSkeletonView(_:skeletonCellForRowAt:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UITableView, skeletonCellForRowAt indexPath: IndexPath) -> UITableViewCell?
-
collectionSkeletonView(_:prepareCellForSkeleton:at:)
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func collectionSkeletonView(_ skeletonView: UITableView, prepareCellForSkeleton cell: UITableViewCell, at indexPath: IndexPath)
-
collectionSkeletonView(_:cellIdenfierForRowAt:)
Extension methodKeeping the misspelled version around until it can be deprecated Right now, it just calls the new correctly spelled method and returns its result
Declaration
Swift
@available(*, deprecated, renamed: "collectionSkeletonView(_:cellIdentifierForRowAt:﹚") func collectionSkeletonView(_ skeletonView: UITableView, cellIdenfierForRowAt indexPath: IndexPath) -> ReusableCellIdentifier