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.61k stars 1.11k forks source link

Nested UICollectionView inside UITableViewCells. #133

Closed Dominik777 closed 4 years ago

Dominik777 commented 5 years ago

⚠️ Please fill out this template when filing an issue.

🙏🏼 Please check if it already exists other issue related with yours.

What did you do?

Added a UITableView which has nested UICollection view in each cell. Set isSkelenotable to true on all views. Called prepareSkeleton on the nested UICollectionView.

What did you expect to happen?

That the recursion includes the nested collection view and its cells.

What happened instead?

The recursion stops at the nested collection view.

Steps to reproduce the behavior

Create a UITableView that has nested UICollectionViews in the table view cells. Set isSkelenotable true on all views.

SkeletonView Environment

SkeletonView version: latest Xcode version: Xcode 10 **Swift version: 4.2

callo90 commented 5 years ago

not working for me either, tried to load collection by collection using UITableView visibleCells but still not working for me

selivandex commented 5 years ago

Same

seth-folley commented 5 years ago

Confirming this as well.

i0sa commented 5 years ago

Confirming, still...

yusufkildan commented 5 years ago

Same

max-vyshnevskyi commented 5 years ago

I have the same problem

jordanpichler commented 5 years ago

Have a UICollectionView inside a UICollectionView (🤪) and it works for me.

At first it didn't, blurred out the entire cell, but I got it fixed by giving my UILabels inside the cells widths and heights (or using constraints on all 4 sides). Use the ViewDebugger and in the list on the left, check what size they have.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

nisargmehta commented 4 years ago

Any update here? how to have the shimmer on a collection view inside a UITableviewCell?