Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.53k stars 1.1k forks source link

SkeletonCollectionDataSource.automaticNumberOfRows is Inaccessible #408

Closed rlziii closed 3 years ago

rlziii commented 3 years ago

Description

The new SkeletonCollectionDataSource.automaticNumberOfRows cannot be access because SkeletonCollectionDataSource is not a public class.

What type of issue is this? (place an x in one of the [ ])

Requirements (place an x in each of the [ ])


Bug Report

Filling out the following details about bugs will help us solve your issue sooner.

SkeletonView Environment:

SkeletonView version: 1.17.1 Xcode version: 12.5 Swift version: 5.4

Steps to reproduce:

Please replace this with the steps to reproduce the behavior.

  1. Attempt to use SkeletonCollectionDataSource.automaticNumberOfRows
  2. Xcode informs developer that it Cannot find 'SkeletonCollectionDataSource' in scope

Expected result:

The new automaticNumberOfRows should be accessible.

Actual result:

The property cannot be accessed.

rlziii commented 3 years ago

I'm working on a fix for this issue.