SkeletonTableViewDataSource

public protocol SkeletonTableViewDataSource : UITableViewDataSource

Undocumented

  • numSections(in:) Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func numSections(in collectionSkeletonView: UITableView) -> Int
  • Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func collectionSkeletonView(_ skeletonView: UITableView, numberOfRowsInSection section: Int) -> Int
  • Undocumented

    Declaration

    Swift

    func collectionSkeletonView(_ skeletonView: UITableView, cellIdentifierForRowAt indexPath: IndexPath) -> ReusableCellIdentifier
  • Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func collectionSkeletonView(_ skeletonView: UITableView, skeletonCellForRowAt indexPath: IndexPath) -> UITableViewCell?
  • Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    func collectionSkeletonView(_ skeletonView: UITableView, prepareCellForSkeleton cell: UITableViewCell, at indexPath: IndexPath)
  • Keeping 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