Tags: literallysofia/SkeletonView
Tags
set status off before the transition is finished (Juanpe#423)
Bump addressable from 2.6.0 to 2.8.0 (Juanpe#420) Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.6.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fallback to non-skeleton Header (Juanpe#416) Sometimes my collectionview's header doesn't need to be 'skeletoned' while the content does. When collectionSkeletonView(_ skeletonView: UICollectionView, supplementaryViewIdentifierOfKind: String, at indexPath: IndexPath) -> ReusableCellIdentifier? returns nil, it's best if we fallback to the non-skeleton header.
Add `prepareCellForSkeleton` for `UITableView` and `UICollectionView` (… …Juanpe#415) * Add prepareCellForSkeleton for UITableView and UICollectionView * Update README to add collectionSkeletonView(_ skeletonView: UICollectionView, prepareCellForSkeleton cell: UICollectionViewCell, at indexPath: IndexPath) * Update README.md Co-authored-by: Juanpe Catalán <[email protected]>
Replace SkeletonCollectionDataSource.automaticNumberOfRows with UITab… …leView.automaticNumberOfSkeletonRows and UICollectionView.automaticNumberOfSkeletonItems (Juanpe#409)
fix typo `isUserInteractionDisabledWhenSkeletonIsActive` (Juanpe#404) * fix typo * update README
PreviousNext