You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now it causes a problem when snapshot testing a table view with skeleton enabled... If anybody has time it'd be good to revisit this fix and make sure that it works in both cases, or is configurable @Juanpe .
Czajnikowski
added a commit
to Czajnikowski/SkeletonView
that referenced
this issue
Feb 8, 2023
🙏🏼 Please check if it already exists other issue related with yours.
What did you do?
Doing a unit test
What did you expect to happen?
The value of
numberOfItemsInSection
returned correctlyWhat happened instead?
My collectionview always return the
numberOfItemsInSection
for skeletonview instead of the value that i returnSteps to reproduce the behavior
Do a unit test returning the value of
numberOfItemsInSection
while implementing SkeletonViewDataSourceSkeletonView Environment
SkeletonView version: 1.8.3
Xcode version: 11.3
Swift version: 4
The text was updated successfully, but these errors were encountered: