Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace SkeletonCollectionDataSource.automaticNumberOfRows with UITableView.automaticNumberOfSkeletonRows and UICollectionView.automaticNumberOfSkeletonItems #409

Merged
merged 2 commits into from
Jun 11, 2021

Conversation

rlziii
Copy link
Contributor

@rlziii rlziii commented Jun 11, 2021

Summary

The previous implementation for this (Issue #400, Pull Request #401) was incorrect as SkeletonCollectionDataSource is not a public class. Therefore, this fixes the issue by replacing SkeletonCollectionDataSource.automaticNumberOfRows with UITableView.automaticNumberOfSkeletonRows and UICollectionView.automaticNumberOfSkeletonItems.

Closes #408

Requirements

…leView.automaticNumberOfSkeletonRows and UICollectionView.automaticNumberOfSkeletonItems.
@github-actions
Copy link

Warnings
⚠️

Consider also updating the README for other languages.

Generated by 🚫 Danger Swift against 02aa385

Copy link
Owner

@Juanpe Juanpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

@Juanpe Juanpe merged commit 6f78f5c into Juanpe:main Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SkeletonCollectionDataSource.automaticNumberOfRows is Inaccessible
2 participants