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

UICollectionView cannot be hidden properly #559

Open
4 of 8 tasks
mercyxu opened this issue Mar 29, 2024 · 0 comments
Open
4 of 8 tasks

UICollectionView cannot be hidden properly #559

mercyxu opened this issue Mar 29, 2024 · 0 comments

Comments

@mercyxu
Copy link

mercyxu commented Mar 29, 2024

Description

Describe your issue here.

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

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • discussion

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

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.

Bug Report

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

SkeletonView Environment:

**SkeletonView version:1.30.4
**Xcode version:XCode15.2
**Swift version:Swift5.9

Steps to reproduce:

Please replace this with the steps to reproduce the behavior.

  1. Each unit is a UITableViewcell, nested UICollectionView, and each small item is a UICollectionViewcell
  2. Set collectionView.isSkeletonable = true, and child control isSkeletonable = true
  3. The skeleton diagram is displayed normally before obtaining network data. Refreshing the list again will display the skeleton diagram again and disappear. After the third time, it will be normal.

screenshot-20240329-153537
screenshot-20240329-153611
screenshot-20240329-153623
screenshot-20240329-153803

Expected result:

The second refresh no longer displays the skeleton diagram

Actual result:

The second refresh will flash the skeleton diagram and then disappear to display the network data.

Attachments:

Lark20240329-153311.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant